Live data from Hacker News

Viewing profile — 0b01

0b01

HN member
Joined
Fri, Apr 01, 2016, 6:41 PM UTC
HN karma
81
Public activity
95 items

About 0b01

No profile information was provided.

Recent public activity

  1. 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. …

  2. comment
    Comment #42036646

    For me I like to use a tournament tracker.

  3. comment
    Comment #40562605

    If it doesn’t have speech to text, I ain’t listening to all that

  4. 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…

  5. 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…

  6. comment
    Comment #34565123

    The simplest mutual recursion is a Set-Reset flip flop circuit.

  7. comment
  8. 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.

  9. comment
    Comment #34021134

    Have you tried DuckDB? It’s the columnar version of SQLite.

  10. comment
    Comment #34021118

    DuckDB is also great for stuff like this. You can replace a MapReduce cluster with a single SQL.

  11. comment
    Comment #33726007

    4. Cast to &'static and *. Expert Rust hacker level.

  12. comment
    Comment #32830289

    Here's an underrated application: allowing "view bag" types where one can register a concrete object with its type.

  13. 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

  14. story
  15. comment
    Comment #32245898

    Thanks for the feedback. I did a bit too much tweaking. Consider it fixed!

  16. story
  17. 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…

  18. 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…

  19. comment
    Comment #28022013

    More like parser jam

  20. comment
    Comment #27929287

    Yes I think most people right click pin in context menu on an opened application

  21. comment
    Comment #27912424

    What data telemetry does vscode collect? And how would that be useful?

  22. 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] …

  23. 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.

  24. 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.

  25. comment
    Comment #26714176

    But since the buffer size has to be 40ms then so the minimum latency is 40ms