Viewing profile — fiddlerwoaroof
fiddlerwoaroof
HN member- Joined
- Wed, Jul 16, 2014, 6:18 PM UTC
- HN karma
- 6,536
- Public activity
- 2,809 items
- HN profile
- View on Hacker News ↗
About fiddlerwoaroof
fiddlerwoaroof.at.hn
Recent public activity
-
comment
Comment #49139466
Google Buzz also seemed like a better path for Google to have a "social network" than what they tried to do with G+: Post short twitter-like things from various Google properties a…
-
comment
Comment #49092262
Yeah, I’ve done that in a slightly hacky way (manually run the various stages of the sbcl build and statically link c libs before building the actual image).
-
comment
Comment #49090243
sbcl can compile to a single executable (the image is embedded in the binary). From a deployment standpoint, the only real issue is if you depend on a dynamically linked C library …
-
comment
Comment #49012827
AI can generate a fairly satisfactory SVG for a favicon now (programmer art quality at least).
-
comment
Comment #48986647
In a world with nix and where nearly every system has zsh, restricting yourself to the POSIX version of these tools is masochistic.
-
comment
Comment #48986637
The two arg cd is pretty useful (and, zsh implements it too because cd is a shell feature): if you have parallel directory structure (e.g. the way rails does tests) you can switch …
-
comment
Comment #48986609
I just use while’s default variable name, $REPLY most of the time. But `while` is my preferred tool for the xargs problem in most cases.
-
comment
Comment #48076686
My experience mostly matches this: I think of a piece of development work having three phases: 1. Prototype 2. Initial production implementation 3. Hardening My experience with LLM…
-
comment
Comment #47621109
You can hold command and drag the icons under the notch to make the invisible ones eventually show
-
comment
Comment #47460228
This might be programmer-brain, but I find sqlite is pretty nice for things people would use a spreadsheet for. It’s a little bit higher friction, but when I started designing a Im…
-
comment
Comment #47362214
“assuming a controlled access road without pedestrian traffic”
-
comment
Comment #47361428
The Cayenne would not be safer going 35 instead of 40 "regardless of all other variables": it's statistically safer to go closer to the flow of traffic because you're then "at rest…
-
comment
Comment #47360662
Yeah, mine to which I find really annoying
-
comment
Comment #47284907
I've done this sort of thing or worked with people doing it. The concept is simple, actually executing can take months.
-
comment
Comment #47277433
I’m not justifying the design but splitting a table with several billion rows is not a trivial task, especially when ORMs and such are involved. Additionally, it’s easier to get wo…
-
comment
Comment #47271194
Normalization is possible but not practical in a lot of cases: nearly every “legacy” database I’ve seen has at least one table that just accumulates columns because that was the qu…
-
comment
Comment #47235696
> the effort and cost to download an ad-blocker that automatically removes the prompt to accept/deny entirely is practically zero It's only zero if you don't need to interact with …
- comment
-
comment
Comment #47106977
Coalton ( https://coalton-lang.github.io ) is the sort of thing I like: a Haskell-style language hosted inside a very dynamic one with good interop.
-
comment
Comment #47104641
Yeah, there's something of a tension between the Perlis quote "It is better to have 100 functions operate on one data structure than 10 functions on 10 data structures" and Parse, …
-
comment
Comment #47092247
I'm not sure why "954 partners" is surprising: log10(954) is between 2 and 3 so, if you assume Soundcloud uses at least 10 SaaS products to manage data (AWS, Snowflake, Datadog, et…
-
comment
Comment #46967821
I've had a couple outages due to major version upgrades: the worst was the major version update that introduced systemd, but I don't think I've ever irreparably lost a box. The mai…
-
comment
Comment #46965419
Over time I evolved to Debian testing for the base system and nix for getting precise versions of tools, which worked fairly well. But, I just converted my last Debian box to nixos…
-
comment
Comment #46818696
I think you could mitigate some of the problems by making the drug company pay for the treatment before approval.
-
comment
Comment #46715975
Genius did something like this to prove that Google was stealing lyrics from them: https://www.pcmag.com/news/genius-we-caught-google-red-hande... ?