Live data from Hacker News

Viewing profile — 4star3star

4star3star

HN member
Joined
Mon, Jul 24, 2023, 2:10 PM UTC
HN karma
155
Public activity
101 items

About 4star3star

No profile information was provided.

Recent public activity

  1. comment
    Comment #47780590

    It's hard to grapple with the degree of the offense. It is offensive. Imagine a small village a couple hundred years ago with a central square and something like a bulletin board. …

  2. comment
    Comment #47380547

    In case it helps anyone tinkering with XML and C#, Visual Studio has a feature in the menu to "paste xml as classes". That can be quite handy if you're going to be deserializing it…

  3. comment
    Comment #47370414

    As a counter point, it may be quite subtle and hard to notice what goes wrong when you remove something to see what happens. Imagine you see a large sql query that has a bit of log…

  4. comment
    Comment #47370345

    This seems reasonable to me. Devs and BAs flesh out business processes and ultimately document decisions in our Jira issue comments. When you have an issue id handy, it's not that …

  5. comment
    Comment #47268174

    I agree. If we look to music, how can a musician unhear what they've heard? We celebrate musicians when they cite their influences. In the case of a software library, it is a tool,…

  6. comment
    Comment #47036866

    We are currently at a point where the master furniture craftsmen are doing quality assurance at the new automated furniture factory. Eventually, everyone working at the factory wil…

  7. comment
    Comment #46871919

    Why choose this over Cloudflare D1?

  8. comment
    Comment #46435956

    The soap opera effect drives me nuts. I just about can't watch something when it's on. It makes a multimillion dollar movie look like it was slapped together in an afternoon.

  9. comment
    Comment #45777096

    Why don't you invest in some 3D scanning equipment/software. Build the physical object or close to it, then scan it and tweak it in software, doing the whole process backwards.

  10. comment
    Comment #45417336

    The analogy is strained. Software is closer to a food recipe than a building. Trying to make a 3-layer strawberry banana cake with pineapple frosting? You are going to have to bake…

  11. comment
    Comment #45216155

    The author is like, "OMG, so many tables everywhere, jeez!" Uh, yeah bud, you new here?

  12. comment
    Comment #44876291

    I've got loads of Notepad++ tabs open for various things. No concerns about having to save them as they auto save, and they persist if the system reboots for whatever reason. Other…

  13. comment
    Comment #44649158

    The writing felt like it was deliberately long-winded as though being so would complement the point it was trying to make. IMO, the author did not make a compelling case that their…

  14. comment
    Comment #44571362

    At the heart of it all is language. Logic gates to assembly to high level programming languages are a progression of turning human language into computed processes. LLMs need to be…

  15. comment
    Comment #43928448

    It would make a lot more sense to boil the frog over a long period of time with steady, scheduled increases in tariffs instead of pouring scalding water on everyone's heads all at …

  16. comment
    Comment #42453140

    I knew I explained that poorly. What I mean is that, in comparing "y'all" to "all y'all", a simple "y'all" is "you guys (and maybe me)" while "all y'all" is "you guys and not me". …

  17. comment
    Comment #42445335

    "y'all'dn't've"

  18. comment
    Comment #42445327

    Having never given much thought to it, your analysis rings true to my native Texan ears. There's another usage that comes to mind, though. One might argue that "y'all" borders on a…

  19. comment
    Comment #42127214

    I think they just needed a quick and dirty solution that was good enough for a few days. They figured that for 1% failure per hour, they needed to kill x processes every y minutes …

  20. comment
    Comment #42127064

    Your take is much different than mine. The issue was a practical one of sparing people from working too much over one weekend since the bug would have to wait until Monday, and the…

  21. comment
    Comment #42020457

    I would say it's totally normal for a 2nd language's swear words to have much less impact on one's psyche than one's maternal language.

  22. comment
    Comment #42020430

    The elderly? I'm drawing a blank.

  23. comment
    Comment #41987900

    Good comment. I looked up "nexii" out of curiosity, and it appears that "nexuses" is the appropriate plural, FYI.

  24. comment
    Comment #41975845

    I think if the stone were kept exceptionally clean, it would go a long way. The dark stained look adds a lot to the sinister vibes, IMO.

  25. comment
    Comment #41935439

    This makes the most sense. Start a timer when the UI actually hands control to the player whose move it is, stop the timer when they've completed their move, and simply subtract th…