Viewing profile — jbackus
jbackus
HN member- Joined
- Mon, Nov 26, 2012, 1:01 AM UTC
- HN karma
- 536
- Public activity
- 112 items
- HN profile
- View on Hacker News ↗
About jbackus
Twitter: http://twitter.com/backus
Recent public activity
-
comment
Comment #27243468
Very nice. I've been using https://screenotate.com/ for years in part because of the nice OCR support
- story
-
comment
Comment #26471461
Having your business beholden to any app store is a bit scary, but Google's chrome web store is probably the most precarious. As far as I can tell, almost every negative action tak…
-
comment
Comment #26471308
Nope. If you read the post, you'll see he mentions that it isn't related to uglification. It's a definition of unicode characters
-
comment
Comment #25432336
Another cool way you could do this: Ruby methods can ask for their caller_locations. They work like this: # Source $ cat example_for_hn.rb def foo bar end def bar baz end def baz (…
-
comment
Comment #25114145
I had the privilege of seeing Jeffrey do multiple live performances of his software (demoed @ 9:20) at different Internet Archive events while he was the artist in residence. Each …
-
comment
Comment #24447188
Yeah, I don't remember any of the Ruby tooling ecosystem maintainers having nice things to say about the various syntax changes they've added over the years. I don't blame them. Th…
-
comment
Comment #24447103
Yeah. Been years since I even played with it, but even in 2016 I remember Ripper being completely unusable, failing to parse plenty of normal Ruby syntax. The Parser gem also maint…
-
comment
Comment #24436099
Ruby's parser is notoriously complex; if I remember correctly, only a few members of the core team even know how to maintain it without introducing regressions. The craziest part o…
-
comment
Comment #23022942
I'm building Jam ( https://jam.link/ ) to tackle this problem. You can think of it as a consumer password manager built specifically for sharing. It's fully frontend encrypted, so …
- story
- story
-
comment
Comment #17641133
Author here, thanks for reading! Regarding "decentralization can only exist to circumvent the law", I don't think that in the long term (>5 years out). I touched on this a bit in a…
-
comment
Comment #17641098
Author here. I'm mainly writing about decentralization that is supposed to be mainstream while also looking for historical examples. With that in mind, I've looked at: - Dozens of …
- story
- story
-
comment
Comment #15530544
Another interesting project is RDL: https://github.com/plum-umd/rdl Both Diamondback and RDL come out of UMD. I'm curious what drives this research there. From what I can tell, Rub…
- story
- story
-
comment
Comment #12140670
First of all that is an interesting point. Given that it isn't as potentially dangerous I'll agree that it is less bad than I initially thought. I'll respond to your question by as…
-
comment
Comment #12135277
Ah well "You probably shouldn’t do that though" is just my opinion as the author. I didn't play a part in these changes. I just like Ruby enough to dig into their changelog :)
- story
-
comment
Comment #12012707
I don't know if he has written about it beyond the docs and various commits. He has talked about it many times on his podcast (which I highly recommend). Here is an episode that ta…
-
comment
Comment #12012492
I feel bad for Sean Griffin. He spent over a year overhauling the internals of ActiveRecord to add this attributes API. His work dramatically improves coercion and type enforcement…
-
comment
Comment #10893095
Author's other projects are pretty interesting too: https://rsnous.com/