Viewing profile — caerwy
caerwy
HN member- Joined
- Tue, Jun 29, 2021, 7:09 PM UTC
- HN karma
- 59
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About caerwy
No profile information was provided.
Recent public activity
-
comment
Comment #47651353
These kind of stories led me to explore de-googling my digital life. And honestly its been a fun journey and given meaning and purpose to my homelab. 100% recommend. Own your digit…
- comment
-
comment
Comment #47181927
His real beef seems to be with “any lawful use”. He doesn't agree with the law and wants to only sell to customers who agree with his own moral code. I respect his moral choice but…
-
comment
Comment #47151178
The UNIX philosophy of tools that handle text streams, staying "quiet" unless something goes wrong, doing one thing well, etc. are all still so well suited to the modern age of AI …
-
comment
Comment #47139282
You can go a long way with just Termux. You can upcycle old phones by installing or building code in Termux to turn the phones into a compute grid, AI inference nodes, file servers…
-
comment
Comment #46540822
More generally the tools used to write the code show through in the code itself. In the way code is distributed across files, in the length and style of names, in the organization …
-
comment
Comment #45436973
Following Karl Popper's thinking on this topic, I'd say that our problems define us, and when we solve our problems we often discover new and interesting children problems demandin…
-
comment
Comment #44823472
[flagged]
-
comment
Comment #44823427
[flagged]
-
comment
Comment #41546610
some legacy applications were designed around having a 32 bit wordsize for pointers. so calculations of offsets into memory where a data structure includes pointers depends on a po…
-
comment
Comment #41383940
Here's a counterpoint blog using a chan that sends a chan in order to implement a dynamic dispatch mechanism. This is in Limbo not Go. But same concepts. Maybe the complexity prove…
-
comment
Comment #41285475
The software industry has become swamped with suits optimizing their status and prestige.
-
comment
Comment #41224271
This article is not so much about Go but about choosing to specialize in one language ecosystem instead of spreading one's attention across several.
-
comment
Comment #39495075
here's the article I learned this from. https://www.mssqltips.com/sqlservertip/2543/using-hashbytes-... you'd add a hash column to the table you want to track. this would be used i…
-
comment
Comment #39490857
Another technique not discussed is to create an md5 hash of each record and to keep track of added and deleted hashes. The d hash would exist as an additional column on each table …
-
comment
Comment #39443928
and by simple architecture that includes graphql, k8s, and custom network protocol! LMAO, LMFAO!!
-
comment
Comment #38379662
[flagged]
-
comment
Comment #37778101
amen, brother!
-
comment
Comment #37393993
You can also run inferno on a raspberry pi pico. I did the port here https://github.com/caerwynj/inferno-os/tree/pico
- story
-
comment
Comment #33774592
I'd recommend also reading Rob Pike's Notes on Programming in C, http://doc.cat-v.org/bell_labs/pikestyle