Dani Rey
1.5K posts

Dani Rey
@danireych
@[email protected] CTO with https://t.co/vaYPUbaFLa, creator of https://t.co/dMLGtne4gB, drummer with https://t.co/n6g6bP3QAV (he/him)
Katılım Nisan 2012
287 Takip Edilen106 Takipçiler

@hillelogram TIL the term information camouflage.
Another strategy is to avoid/use personalized search. Programmers get very different results for String and Apache then your average person.
English

New Newsletter!
> I wanted to find a museum about zoos (MOZ). Famous zookeepers, how habitats are designed, etc. All searches for a MOZ instead gets you animal museums or combination zoo/museums. That camouflages the more niche MOZ.
buttondown.email/hillelwayne/ar…
English

@danireych There's also this essenceofsoftware.com. I read a couple of the earlier drafts and provided feedback, but I'm still reading the final version so don't yet know what I think of it
English

This remains one of the best clickbait titles I've ever written buttondown.email/hillelwayne/ar…
English

@hillelogram That would be useful.
I believe we already made some progress for non-functional requirements, for example with the categories in ISO 25010.
English

@danireych Step one would be for us to research a bunch how other fields do it. to my understanding some fields do have a more developed discipline of reqeng, but it hasn't spread out of them. I feel like there's a way of using Problem Frames, or at least simplifying them.
English

@russmiles I wish you strength and luck to come out of this with a smile.
English
Dani Rey retweetledi

@jeremyrsmith Thanks for the reminder to look up if connection dependent colors exist for Intellij's DB feature, luckily they do
intellij-support.jetbrains.com/hc/en-us/commu…
English

@kittylyst @louispilfold As searching is hard, when you do not know exactly what to look for, here is a link to the case class documentation
docs.scala-lang.org/tour/case-clas…
English

@kittylyst @louispilfold We usually use the IDEs debugger. Of course a good toString implementation is handy anyway. For classes which hold data, we usually use case classes. They come with a useful auto generated toString (as well as equals and hashcode) method.
English

Lazyweb: Is there a way to debug print stuff in Scala 2? println gives me "TheClass@a9a4181" which isn't too helpful
English

@louispilfold @kittylyst Show as an alternative to toString exists, when you use Cats typelevel.org/cats/typeclass…
English

@kittylyst Just print stuff to debug.
Is it normal to manually define toString? I'm used to languages having some derived debug printing implementation. i.e. Haskell's Show, Rust's Display, Elm's Debug.log, Elixir's Inspect, OCaml's ppx_sexp_conv etc
English
Dani Rey retweetledi

@kitlangton @jacobian @meodai Unfortunately true, but having a look at github.com/kitlangton/ani… might be inspiring anyway
English
Dani Rey retweetledi

Scala 3.0.1-RC1 is here! We are introducing a new policy on experimental features, improvements to Scaladoc, better error reporting and many bug fixes. You can read more in the blog article: dotty.epfl.ch/blog/2021/06/0…
English

@dylanbeattie @OnyxBoox Should both not be an issue. Just activate the google app store to install Evernote. Note taking with a pen in Evernote might be laggy, to me only the e-ink optimized onyx notes feels fast.
Ssh client should be possible.
I use the "autosync for google drive" to exchange docs.
English

@rtfeldman I also can't think of any OOP language that truly limits this. Doing it with security manager is more of a hack.
Also I can't think of a good reason to do it. If it's for security, run it on a different VM or at least a different class loader (can't call wha t you can't see)
English

@danireych I recently discovered that Smalltalk allowed circumventing this, and realized I couldn't think of any OO language I'd ever used that had no way to circumvent it!
I didn't know about Security Manager in the JVM, so thanks!
English




