Viewing profile — liamdiprose
liamdiprose
HN member- Joined
- Thu, Apr 11, 2019, 3:56 AM UTC
- HN karma
- 52
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About liamdiprose
Recent public activity
-
comment
Comment #29618872
How to Design Programs https://htdp.org/2021-11-15/Book/part_prologue.html Take a quick scroll through, it features programming with pictures which is much more useful and motivati…
-
comment
Comment #29055000
This is true, which is why I expect mDNS and DNS to become standard even for local addresses. I'm looking forward to using `router.local` over `192.168.1.254`.
-
comment
Comment #29054873
This is an example of how the internet was originally intended: Every user of the internet has a public address that any other user can send and receive messages from. The design w…
-
comment
Comment #23839454
Who uses the indicator lights? - people looking behind a computer or at switchgear. They aren't regular users, they understand how networks operate and what the green/yellow lights…
-
comment
Comment #23138565
From xkcd's "Interplanetary Cessna": > X-Plane is the most advanced flight simulator in the world. The product of 20 years of obsessive labor by a hardcore aeronautics enthusiast w…
-
comment
Comment #23073896
I just use my index finger for both j and h. Are you used to the arrow keys? I noticed with jkl;, my fingers line up with the arrow-key directions.
-
comment
Comment #23073498
Mapping the sequence 'jk' to Esc supercharged vim for me. Faster, but also helps me stay in the flow longer. Run `:inoremap jk ` to try it out.
-
comment
Comment #22681706
The compute modules come with onboard eMMC
-
comment
Comment #22597062
Google tracks how many people connect with IPv6, which is a metric for how many people are staying at home: https://www.google.com/intl/en/ipv6/statistics.html IPv6 connections pea…
-
comment
Comment #22539704
Protobufs/nanopb would be my go-to for minimal message size. If you want small code size, CBOR seems like a good bet: > The Concise Binary Object Representation (CBOR) is a data fo…
-
comment
Comment #22426430
The link explains that CouchDB can have replicas on mobile phones and websites, meaning clients don't always have to be connected to the internet. > The Couch Replication Protocol …
-
comment
Comment #22410711
> Speaking at the BlueHat security conference in Israel last week, Microsoft security engineer Matt Miller said that over the last 12 years, around 70 percent of all Microsoft patc…
-
comment
Comment #22284231
In New Zealand, the government funds tertiary education with a zero-interest loan. If you move/work overseas, it becomes a regular loan with 4% interest. It gives some pressure to …
-
comment
Comment #22197840
Two of my flatmates never have a shower over 5 minutes long, because they "get bored".
-
comment
Comment #22163060
From Google's Site Reliability Engineering book[1]: > SRE’s goal is no longer "zero outages"; rather, SREs and product developers aim to spend the error budget getting maximum feat…
-
comment
Comment #22121344
Yeah, the site owner said he's been slashdotted in an IRC channel.
-
comment
Comment #22113518
If its hosting costs the ACM is worried about, they could offer torrents as a free download option to lighten the load.
-
comment
Comment #21984698
Some friends of mine are entry-level developers that work alone on an Arduino/C++ codebase. Baremetal development and C++'s bad library support encourages them to write huge amount…
-
comment
Comment #21601329
I love the typed API svd2rust generates as well. Generally you can just let autocomplete do the driving, the only things needing a brain are the abbreviated register names manufact…
-
comment
Comment #21599943
It's the sanity check to see if a language really is the worst someone has seen.
-
comment
Comment #21490294
I've had similar success with the gradual typing in Python. NamedTuples are far superior to ad hoc dictionaries, for both documenting data structures, but also as a prompt to consi…
-
comment
Comment #21252458
If you enable readability mode in Firefox first, the entire article shows up in the PDF.
-
comment
Comment #19632424
Yeah. I can't find anyway to save the text either. Looks like the app is targeted towards deaf/mute people when looking at accessibility features it includes (e.g. phonecall textin…
-
comment
Comment #19631057
I just had a look on the Play store for a voice recording app and came across "Live Transcribe" by "Research at Google". It's ridiculously good at picking up and transcribing my vo…