Viewing profile — felixyz
felixyz
HN member- Joined
- Tue, Jan 22, 2019, 9:46 PM UTC
- HN karma
- 403
- Public activity
- 147 items
- HN profile
- View on Hacker News ↗
About felixyz
felix@hinterstellar.io
Recent public activity
-
comment
Comment #48597772
Someone built something useful and you complain that it's "nice looking"? Consider reframing your feedback.
-
comment
Comment #47932745
Your information diet. Social media. Gossipy and negative people. Mulling over old failures/regrets/slights etc. The mind is easily pulled along by negativity and outrage... as can…
-
comment
Comment #47932677
That's where the modern meaning of "digital circuit" etc comes from as well, the discrete/jointed nature of the digits (ie fingers). (Source: I read it a long time ago and was fasc…
-
comment
Comment #47932654
You have to be extremely careful when you set up a dev container, lock down file access, do not give the agent the power to start other containers or "docker compose up", restrict …
-
comment
Comment #47717024
"didn't want to talk about it", absolutely. "dissolved metaphysics entirely", absolutely not.
-
comment
Comment #47506393
Great news and a long time coming!
- story
-
comment
Comment #46287084
The tech world knows this. They are raking in money off of these scams. People with a rudimentary moral compass leave, those without stay, which makes it even less likely that indu…
-
comment
Comment #45500743
I've seen several Mac users have the same experience: going all-in on nix-darwin and then getting frustrated. But nix-darwin is one of the worst ways of getting into Nix, because i…
-
comment
Comment #45422787
The way I do this is I task the agent with writing a script which in turn does the updates. I can inspect that script, and I can run it on a subset of files/folders, and I can git …
-
comment
Comment #45238944
This is going to be very good for Gleam IMO. Having a super-easy on-ramp for using Gleam in Elixir projects will let people experiment with implementing eg more complex business lo…
-
comment
Comment #45224545
You're a hero!
-
comment
Comment #45090609
> There's no such thing as an individual conscious self that persists over time True. But then again, there is nothing that persists over time. Entities with enduring identities - …
-
comment
Comment #44235011
Wonderful podcast all-around!
-
comment
Comment #44234942
The Swedish, rather short-lived but very influential, magazine Pop voted There's a Riot as the best album of all time in 1994. That list had a huge effect on a whole generation of …
-
comment
Comment #44234873
Out of JB, Sly, and George Clinton, Sly's my man.
-
comment
Comment #43555317
My current preference is to use Elixir and its great ecosystem as the shell for my project, and implement the core business logic in Gleam.
-
comment
Comment #43311607
https://en.wikipedia.org/wiki/Measles:_A_Dangerous_Illness > "Measles: A Dangerous Illness" is an open letter written by the children's writer Roald Dahl in 1986 in response to ong…
-
comment
Comment #42983856
Lovely!
-
comment
Comment #42425395
Excellent! This scenario has a precursor in Philip K. Dick's "Ubik" (1969). It's just a sub-plot there, but the parallels are striking.
-
comment
Comment #41407898
Scala is known for being multi-paradigm and quite complex, with competing factions promoting different Best Ways of Doing Things. Gleam is designed to be small and simple with a si…
-
comment
Comment #41407835
Wow, I remember discovering your page in the late 90s. Never thought I'd find it again!
-
comment
Comment #41308061
Any particular macro system you have used or created? If so, did you use an existing pre-processor, or just coded something up from scratch?
-
comment
Comment #41289488
With a partitioned table you can painlessly remove old rows. Of course, you then have to maintain your partitions, but that's trivial.
-
comment
Comment #40995241
TypeDb is a practical Datalog-based database system [1] (with a different syntax). TerminusDb is a project in a similar vein [2], but actually an RDF store at its core. If you want…