Live data from Hacker News

Viewing profile — Olreich

Olreich

HN member
Joined
Mon, Jul 09, 2012, 7:56 PM UTC
HN karma
696
Public activity
263 items

About Olreich

No profile information was provided.

Recent public activity

  1. comment
    Comment #49167952

    Did you disable cookies or something? Table of Contents sidebar hides and stays hidden across page loads, browser restarts, etc. Appearance sidebar is the same. Appearance sidebar …

  2. comment
    Comment #46217195

    But many artists are hallucinating when they envisioned some of their pieces. Who's to say Mozart wasn't on a trip when he created The Marriage of Figaro.

  3. comment
    Comment #45327803

    If you need to grab a particular struct's version of the data, you can via `opts.BarService.URL` or `opts.FooService.URL`: https://go.dev/play/p/MUSYJhmoC2D Still worth being caref…

  4. comment
    Comment #45024954

    There aren’t grid-scale batteries that can handle hundreds of thousands of cycles at an affordable price. If we crack that problem, solar and wind for everything will immediately b…

  5. comment
    Comment #44907564

    The appeal back then was being able to get all the shows you wanted on a single platform. Netflix had all of Disney, WB, ABC, CBS, NBC, etc. at one point, including strong original…

  6. comment
    Comment #44784199

    US students are expected to be able to read 104 characters by the end of 6th grade. While Chinese students are expected to be able to read 20k words by that time. Characters in Chi…

  7. comment
    Comment #44442320

    Current models are lossy databases at this point. Carmack looks like he might be trying to get logical reasoning to work (learning something abstract in one context and applying it…

  8. comment
    Comment #43945710

    > But yes, the equivalent of fnmatch should be a separate module and that could be a dependency of glob. Interesting, lets look at fnmatch: https://pubs.opengroup.org/onlinepubs/96…

  9. comment
    Comment #43580983

    You know what’s more fun than having a bad junior write crap code while you point out their mistakes? Writing good code yourself.

  10. comment
    Comment #43570114

    None of those listed jobs is actually unskilled labor. Driving a big truck around narrow roads is a skill most don’t have, doing it at speed and running up and down to actually mov…

  11. comment
    Comment #43560452

    Sure, but the argument is still that the smartphones aren’t the root cause. It’s the transactional nature of the thing. Can’t fail students because money would go down, so keep pas…

  12. comment
    Comment #43495044

    Const only saves you most of the time if you have a “const” all the way down the type structure. If I have a type Foo with a field that is a pointer to a mutable value, instantiati…

  13. comment
    Comment #43375484

    Google wants Firefox to remain viable (or at least one other browser) so that they can avoid monopoly issues with Chrome. If they pay Firefox to keep Google as default search engin…

  14. comment
    Comment #43130096

    As the law stands, they are allowed to lie as much as they want when in uniform, in public, and anything you say or do in response can be held against you in court. The proposed Vi…

  15. comment
    Comment #43049772

    I do think that game companies have a higher percentage of top-tier programmers. This is both due to pedigree and size of the field. There are some incredible programmers in both b…

  16. comment
    Comment #43030850

    Kotlin fixes a lot of the verbosity, but its tooling support is shockingly bad compared to Java in VSCode and IntelliJ for me.

  17. comment
    Comment #43030827

    He’s stated that he doesn’t think open source helps produce high quality software and attracts a bunch of people that are less interested in building software and more interested i…

  18. comment
    Comment #43026840

    Store configs in the program if you can. Store in INI, TOML, or something similarly simple for humans if you must. Never use anything that requires matching syntax as the default (…

  19. comment
    Comment #43026740

    It ran into a pole… I don’t imagine other cars’ safety systems would fail to brake there

  20. comment
    Comment #42988635

    How do we guarantee "T3 submitted at T+300ns" reads the rows that are committed by T1 and T2 at T+100ns and T+200ns? I guess the answer is that the minimum transaction time for con…

  21. comment
    Comment #42899258

    It’s literally the mechanics of the vote and how it encourages voting not for your favorite candidate, but the candidate most likely to win that isn’t the worst candidate for you. …

  22. comment
    Comment #42840845

    It’s all about accounting for the spend. Wall Street often looks at Capital Expenditures as a sign of growth or at least net neutral, but they view Operating Expenses as negative. …

  23. comment
    Comment #42645943

    This article misses the most important reason to not use Serverless: Cost. It's way more expensive to run serverless than it is to run any other format, even something like AWS Far…

  24. comment
    Comment #42508438

    Tool-chain dependencies are still dependencies. If you need autoconf, cmake, python, perl, and gcc to build, you’ve made yourself a giant pile of garbage to deal with compared to j…

  25. comment
    Comment #42508399

    One group sees the other as a person backpacking with a bespoke gadget for every little thing, wearing a 60lb rucksack while they are wearing a 20lb ultralight pack and have a mult…