Viewing profile — j4cobgarby
j4cobgarby
HN member- Joined
- Sat, Mar 06, 2021, 3:17 AM UTC
- HN karma
- 99
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About j4cobgarby
No profile information was provided.
Recent public activity
-
comment
Comment #49066464
Am I missing something? How is it not open source if I can view the source code at that link?
-
comment
Comment #48656247
I agree, it's a really cool way to lay out code with commentary. I wonder if it would be useful to generate a layout like this from code interleaved with comments, moving the comme…
-
comment
Comment #48542666
Doesn't it seem odd to have "Pricing" for a protocol that's meant to serve a similar function to IP addresses? Maybe I'm misunderstanding something.
-
comment
Comment #48085158
Are problems with the ear the cause of this (i.e., the Problem), or just another symptom of a broader problem? My impression from the article is the latter.
-
comment
Comment #48009785
I never quite understand this stuff, maybe someone can help. Are cryptocurrencies supposed to be a potential replacement for real life cash? This was my understanding of the motiva…
-
comment
Comment #47528968
More generally, it's alt-#. On an ISO (e.g. UK) keyboard layout, shift-3 isn't a hash.
-
comment
Comment #46944239
This looks interesting! I wanted to find more info about the Gemini protocol, and it's annoying how un-searchable it is now due to Google Gemini.
-
comment
Comment #46871401
Which dumb phone? I would like to try similar, but there are always certain Android apps I need (banking apps like BankID, payment apps). Do you get a "pure" dumb phone and then a …
-
comment
Comment #46847792
Very cool, does anyone know if I can buy a high quality print somewhere?
-
comment
Comment #46811381
Use only default (white/black), red for bad, green for good. If you need more than that, like vim or whatever, then maybe a 'fullscreen' TUI is better, with a specified background …
-
comment
Comment #46785752
It wasn't until he mentioned 'soccer' that I realised football meant American football.
-
comment
Comment #46586432
Playing around with a bit more, I think the tool might not be suitable for my use cases. If I try it with the command `gcc -Wall` it thinks that each of W, a, l, (and l), are separ…
-
comment
Comment #46586407
I just tried it out, nice! It's a useful tool, but the installation process didn't work for me following the steps as written. As it stands: * The shellock directory must be in ~/D…
-
comment
Comment #46515166
You can also use the XOR trick, not sure what's faster though.
-
comment
Comment #46134218
For what purpose? Baking? Storing things in the fridge?
-
comment
Comment #45925395
Here's a short writeup of a bit of my build system for a project I'm working on. It's pretty simple, and is just a relatively clean way of recording the repository state when code …
- story
-
comment
Comment #45403316
I've been working on this tool for a couple of weeks to try and help students in a course on operating systems. They had a task to implement a shell, and it was kind of tricky view…
- story
-
comment
Comment #44396516
This is quite nice! I found the name zenta slightly inconvenient to remember and type, so I renamed the executable to 'relax', but the help messages still say 'zenta'. As a small f…
-
comment
Comment #43036600
For me spotify's suggestions used to be good but degraded over time. I wonder if ChatGPT would be good at this? I assume so
- comment
-
comment
Comment #40010326
the best I can find for [7, 5, 3] is: 7 5 3 7 1 4 3 2 5 1 4 3 2 5 1 7 2 6 7 2 1 5 7 3 5 7
-
comment
Comment #39217147
Yeah true, maybe could be done with heuristics though - in nearly every case, there's only one single blinking block, which is the cursor. However, not everyone has their cursor co…