Viewing profile — 0b01
0b01
HN member- Joined
- Fri, Apr 01, 2016, 6:41 PM UTC
- HN karma
- 81
- Public activity
- 95 items
- HN profile
- View on Hacker News ↗
About 0b01
No profile information was provided.
Recent public activity
-
comment
Comment #44390139
Portuguese should have the flag of Brazil. Don’t dim screen on iPhone during conversation. The tutor should terminate the lesson when its goals are achieved and do a warm handoff. …
-
comment
Comment #42036646
For me I like to use a tournament tracker.
-
comment
Comment #40562605
If it doesn’t have speech to text, I ain’t listening to all that
-
comment
Comment #37301919
Same way to write self referential structs - use index types into the whatever arena you are using. Indexes are usually 32 bit so they are a bit faster than pointers. If you are bu…
-
comment
Comment #34623711
https://tail2.com Continuous profiling for Linux. It uses ebpf to sample running programs and unwinds the stack, then uploads to server so you know why it look 10 seconds to proces…
-
comment
Comment #34565123
The simplest mutual recursion is a Set-Reset flip flop circuit.
- comment
-
comment
Comment #34154156
This still makes no sense at all. Self hosting means running a program on your own machine instead of on a cloud platform such as cloudfalre.
-
comment
Comment #34021134
Have you tried DuckDB? It’s the columnar version of SQLite.
-
comment
Comment #34021118
DuckDB is also great for stuff like this. You can replace a MapReduce cluster with a single SQL.
-
comment
Comment #33726007
4. Cast to &'static and *. Expert Rust hacker level.
-
comment
Comment #32830289
Here's an underrated application: allowing "view bag" types where one can register a concrete object with its type.
-
comment
Comment #32290671
"pneumatic": so basically they apply pressure by injecting air into spider's valve and it moves? How is "necrobotics" a real field of research? :p
- story
-
comment
Comment #32245898
Thanks for the feedback. I did a bit too much tweaking. Consider it fixed!
- story
-
comment
Comment #28195963
RawStr Notes solved a personal pain point with all the cloud-based notebook currently. Hopefully this could be of use to other software developers. Please let me know what you thin…
-
story
Show HN: RawStr Notes – The missing notebook for developers
Hi HN, I built RawStr Notes(https://rawstr.com/) as a replacement for Google Keep, Apple Notes, Evernote, etc.. It's an executable notebook based on VSCode's Monaco editor where ev…
-
comment
Comment #28022013
More like parser jam
-
comment
Comment #27929287
Yes I think most people right click pin in context menu on an opened application
-
comment
Comment #27912424
What data telemetry does vscode collect? And how would that be useful?
-
comment
Comment #27878028
You are correct. It is indeed possible to use dynamic programming. For more info check out [0]. OP’s project probably takes too long on nontrivial merges in its current state. [0] …
-
comment
Comment #27877996
These tools simply don’t work well on anything more complicated than S-expressions. Every time I look into this space I end up disappointed.
-
comment
Comment #27497903
That is IDE's job because images can just be embedded in markdown comments... Version controlling non-text comments seems to be an unsolved problem though.
-
comment
Comment #26714176
But since the buffer size has to be 40ms then so the minimum latency is 40ms