Live data from Hacker News

Viewing profile — SBArbeit

SBArbeit

HN member
Joined
Sat, Feb 02, 2013, 5:33 AM UTC
HN karma
237
Public activity
99 items

About SBArbeit

Programmer, writer, author, mystic, music lover, baseball fan.

Statically-typed languages > dynamically-typed languages, for all tasks > ten lines of code.

Recent public activity

  1. comment
    Comment #49234473

    I can name lots of things I can't stand about MacOS and iOS and Apple hardware, but that wasn't the point of the comment. Some of the things I can't stand about Apple are things th…

  2. comment
    Comment #49234149

    Easy workaround for this: 1. Install uBlock Origin in Edge. 2. Start Edge, browse to MSN Weather. 3. Click the "Add an Application" button in the address bar to get a Start Menu ic…

  3. comment
    Comment #49234041

    Super interesting; it's been exactly the opposite in my experience. MacOS/iOS users put up with whatever Apple is telling them they should love - Liquid Glass, right? App Store res…

  4. comment
    Comment #47224244

    This SDK is widely trusted, but it carries significant technical debt: Performance risks Memory leaks Design flaws Maintainability issues Popularity does not equal quality.

  5. story
  6. comment
    Comment #45378311

    Avalonia. https://avaloniaui.net/platforms

  7. comment
    Comment #45317075

    I know that OpenAI has made computing deals with other companies, and as time goes on, the percentage of inference that they run their models on will shift, but I doubt that much, …

  8. comment
    Comment #45152379

    Everything about the title of this article is frightening.

  9. story
  10. comment
    Comment #42112152

    You can see it deployed as a web site at https://bandysc.github.io/AvaloniaVisualBasic6/ .

  11. story
  12. comment
    Comment #41648765

    This is brilliant. Thanks for building it.

  13. comment
    Comment #40330787

    The fact that most of your Git commands are local-only is an artifact of how Git works, but I expect that ~100% of the time, you have an internet connection, so the fact that Grace…

  14. comment
    Comment #40330717

    > Any plans to assimilate the build system as well? No plans, not at all. One of the design questions I've had in mind the entire time I've worked on Grace is: "What belongs to Git…

  15. comment
    Comment #40330670

    Eh, I'm not really an Elvis fan... One of the problems that GitHub and GitLab are going to face in the coming years, as Git gets supplanted whatever wins, is that "Git" is in the c…

  16. comment
    Comment #40324940

    It's totally cool. It's not a product yet, it's a one-person project so far. I'm not asking anyone for any money. I expect one day that it will be a product. It's still an alpha (s…

  17. comment
    Comment #40324899

    I'm a long-time C# dev who got into F# about five years ago. F# is so awesome, I hope that if Grace catches on, that more people will pay some attention to it. And .NET is so fast.…

  18. comment
    Comment #40324745

    Thank you, I appreciate even the one data point. I'm a Windows user (and former Windows network administrator). I only use Linux as a target for containers, and rarely use a Linux …

  19. comment
    Comment #40324626

    > Hi - can Grace support partial commits somehow? Not at the moment, and probably not for v1.0 unless that bubbles up as a huge blocker. You could accomplish it with something like…

  20. comment
    Comment #40324491

    > My bet is it will be forgotten in a year. How much? ;-)

  21. comment
    Comment #40324061

    > This doesn't really make any sense. Most people are not "large Git hosters" I do work for GitHub, so I do know what it takes. Most people don't run their own Git servers, they us…

  22. comment
    Comment #40323228

    Thank you. There's no way to build something with an intention as big as "replace Git" that won't invite knee-jerk reactions. I know I'm building the thing that aligns with my crea…

  23. comment
    Comment #40322822

    Not with something like GitHub Secret Scanning monitoring things, or we could imagine a local ML model automatically checking every save before it gets uploaded. This is an easily-…

  24. comment
    Comment #40322805

    Don't get hung up on what GPT-4 can do. That's irrelevant. Even Sam Altman calls GPT-4 "mildly embarrassing". "Don't skate to where the puck is, skate to where the puck is going." …

  25. comment
    Comment #40322760

    > inadvertently committing secrets Devs already do this all the time. That's why GitHub has Secret Scanning. The need for that kind of service doesn't change if the VCS changes. > …