Viewing profile — minieggs
minieggs
HN member- Joined
- Thu, Mar 01, 2018, 4:32 AM UTC
- HN karma
- 77
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About minieggs
Currently excited about distributed/decentralized computing, Go, and FreeBSD.
Recent public activity
-
comment
Comment #26496510
Yes. Well enough to play Counter Strike: Global Offensive. Beware, as soon as I switched to FreeBSD on the desktop my trust factor tanked. https://www.freshports.org/games/linux-st…
-
comment
Comment #26231100
FWIW during my PPL pulling back during (un?)expected situations instinctually was very much discouraged. edit: this parent comments makes more sense if instead the author meant pus…
-
comment
Comment #26200026
A measly 1% for the loss of our online privacy?
-
comment
Comment #26198840
Another blank keycapper chiming in. Colemak is working great on my Helix! QMK is a wonderful piece of software.
-
comment
Comment #26160357
The go:embed directive and embed.FS interface are great, as expected. If you're developing an AGPL or similarily licensed application it's incredibly easy to distribute source code…
-
comment
Comment #26106838
I have a container I stick in Syncthing that I do 100% of my development within across all my machines. One day I decided to switch to podman on a whim and forgot I made the switch…
-
comment
Comment #24829925
re: ellipsis `,,,` have been a funny, casual alternative I've seen from and accidently seemed to have picked up from younger folk.
-
comment
Comment #23969923
For fans of AGPL I suggest checking out EUPL. Half the length of AGPL. Changing/removing portions of the license is allowed. More info: you may have seen this on Hacker News recent…
-
comment
Comment #22937320
To offer another perspective... I've migrated services to/from Now v2 (never used v1). While recently moving a Go service off (to a regular server) all that was changed was some ba…
-
comment
Comment #22658815
Yes. I would prefer the only JavaScript VM on my computer to be the browser's. Aside: I wouldn't sell what I do as JavaScript development, though.
-
comment
Comment #22497249
Very true and agree. Parser is in good shape.
-
comment
Comment #22497026
If you look closely at the Go code you'll see it was once C code generated by some parser generater (which I assume was Bison). Believe it was Russ Cox that wrote a program that tr…
-
comment
Comment #22194778
If you edit your text in a terminal and use a light weight browser: Asus' E203MA has been working well for me. The CPU is slow. There's not much RAM. I wouldn't run Gnome on it. XF…
-
comment
Comment #22108028
I have a git repo at ~. .gitignore includes * with some exceptions, ~/.config/qutebrowser being one of the exceptions. Edit: I mostly ignore mobile but I created https://smscp.xyz/…
-
comment
Comment #21881693
Picked up an Asus E203MA last month. I treat the eMMC just like I would any SSD/HDD and slap Arch on it all the same. Any specifics you care to know? I wouldn’t expect the heavier …
-
comment
Comment #21769293
Adjacently, release software through the OSs you target. Stores, pkg managers, whatever.
-
comment
Comment #21668785
Curious what you miss? I recently started self hosting a Gitlab instance and switched from Lastpass to pass. Wouldn't of done it without the `passforios` foss app. Maybe I wasn't u…
-
comment
Comment #21668399
Why not self host git with pass.
-
comment
Comment #21580457
Extremely interesting and extremely frustrating. I'm entering my fourth month learning Czech. Thanks for the comment.
-
comment
Comment #21432633
Loved the intro video. Perfect amount of odd.
-
comment
Comment #20934430
Nothing wrong with the current SE. I’m typing on it now. :-) (other than all the websites that stopped testing on small screens... looking at you Reddit). https://www.dropbox.com/s…
- comment
- comment
-
comment
Comment #20604285
I enjoyed Kyle James' "The Super Tiny Compiler." https://github.com/jamiebuilds/the-super-tiny-compiler
-
comment
Comment #20455203
Perfect timing. Started mucking around with the Go compiler recently to implement my own error handling. https://pbs.twimg.com/media/D_ojiEqUYAAhmrH.png edit: s/%s/%d/ but you get …