Viewing profile — erlich
erlich
HN member- Joined
- Tue, Jun 09, 2015, 2:58 PM UTC
- HN karma
- 335
- Public activity
- 221 items
- HN profile
- View on Hacker News ↗
About erlich
No profile information was provided.
Recent public activity
-
comment
Comment #43575302
Political discussions for me are like programming. I enjoy them because I like finding bugs in people's logic like I do in programming. I find a lot of people's political arguments…
-
comment
Comment #43574933
> to realize fundamentally different visions of the world, based on fundamentally different values I think your use of the word "world" is telling. Trump, the Republicans, and the …
- story
-
story
Ask HN: How is the Spotify app so bad?
The library tree view is so terrible. - You cannot shift+click select to easily add playlists into a folder. - Any podcasts you follow cannot be moved into folders to tidy things u…
-
comment
Comment #37220599
Thanks! Lisp is so damn cool.
-
comment
Comment #37212598
So are these "specials" being parsed by a grammar? Would be interesting to see how the interpreter works actually... I would guess it checks what `defun` is, which is a macro...the…
-
comment
Comment #37212426
CLOS looks really interesting. So many good ideas. A lot that I have been thinking about for a while. https://lispcookbook.github.io/cl-cookbook/clos.html : > arguably one of the m…
-
story
Ask HN: Is Lisp Simple?
I thought Lisp was suppose to be simple in that: it's all just lists. I thought everything would just be s-expressions, and be consistent, so it would be easy to read to figure out…
-
comment
Comment #37202963
There's always gonna be space when you jack into Zuck's metaverse.
-
story
Ask HN: Where to discuss programming and software architecture?
I find it really useful to learn about programming by discussing code examples. There is a ton of code out there, and also blog posts, but I find it especially motivating if there …
-
story
Ask HN: What if we discovered LLMs 10 years ago?
It feels like a technology that didn't have such a resource-intensive tech-tree leading up to its discovery, so someone could have just discovered Transformers and Attention back t…
-
comment
Comment #37031273
When people talk about us living in a simulation...you have to wonder if they have ever tried to simulate real liquids (e.g. computation fluid dynamics). Computer graphics in films…
-
comment
Comment #36999647
This furthers my point. They even got an exclusive and still run Trump stuff.
-
comment
Comment #36998896
I love how the nytimes front page is just all Trump and political crap. Literally not a word about this, and if it's real, its like the biggest thing ever.
-
story
Tell HN: Anyone else realize that Twitter has been in the news every single day
There are so many naysayers out there, but you have to admire the amount of free publicity he has generated.
-
comment
Comment #36959605
> guessing your current state & figuring out the next one I look at React from a Backbone lens. In Backbone, you had view with a model that managed a dom element tree. You could re…
-
story
Tell HN: Unpopular opinion: All Meta's open source front end stuff sucks
I was just thinking the other day how everything Meta has put out on the frontend, I felt compelled to use it because of the hype. But I've ended up being frustrated by almost all …
-
comment
Comment #36956757
It's amazing we don't have good personal content filtering yet. I would pay so much for an all-encompassing blocker. There is so much content I would block if I actually could. Com…
-
comment
Comment #36757916
In my experience, the experts love to get their hands dirty and make things. Devs are gatekeeping way too much. More no-code/low-code is the way forward. It's always just a balance…
-
story
Ask HN: Anyone as a technical startup founder wish they had a manager?
Technical founders usually have deep conviction behind an idea and need to build the proof-of-concept themselves. It feels like it's kind of assumed a founder would be a CTO/manage…
-
comment
Comment #36491018
Is there some kind of app/website that lays out all these kind of risks you face in life?
-
comment
Comment #36432976
> they feel zero pressure But then it's a question of whether they have the motivation to complete the projects they want to. It's really easy not to ship things, and never know wh…
-
comment
Comment #36428677
> Most of the time it's anxiety. My first thought was: you're crazy. But then I thought deeper and as an adult I realized that there is a cost/benefit to everything that somewhat d…
-
comment
Comment #36239826
> It also helped us avoid rabbit-holes. I think this is a big 1. There are so many in modern coding.
-
story
Completing tasks by time-boxing at several fixed intervals
Especially in computer programming, I find that you really can take as much time as is given. You often can see people spending weeks on something that could be done in under an ho…