Live data from Hacker News

Viewing profile — shultays

shultays

HN member
Joined
Mon, Jan 13, 2014, 1:58 PM UTC
HN karma
1,740
Public activity
962 items

About shultays

No profile information was provided.

Recent public activity

  1. comment
    Comment #48108304

    Spacebar hijacking, it is how I scroll webpages

  2. comment
    Comment #47255076

    “Bookmark Link…” “Save Link As…” “Email Image…” “Set Image as Desktop Background…” “Bookmark Page…” ... we can’t get rid of these things by simply toggling some option in about:con…

  3. comment
    Comment #47135263

    Probably not enough for AI haters, we need separate executables with kill switch already triggered!

  4. comment
    Comment #47004074

    I would expect/hope that the deliver person does not know the tips for individual orders.

  5. comment
    Comment #46781752

    I had a project with those 7 colour e-paper displays and used dithering and it looked amazing. Crazy how much you could fake with just 7 colours and dithering

  6. comment
  7. comment
    Comment #46586574

    I think another problem is the tiny resize cursor, on windows (at least on mine) it is a lot bigger and more distinct compared to regular cursor and when your cursor changes to res…

  8. comment
    Comment #46492030

    Probably the users he is talking about are not the end users like you and me. It is one team using the tools/software of the other team and so "users" for that other team are the m…

  9. comment
  10. comment
    Comment #46032605

    Or more generalized "ammo += (maxAmmo * percentageToFill) / 100"

  11. comment
    Comment #45834150

    So imagine a technology that shines a laser on a car or a block of concrete and makes it blue There is something like that for sheets of steel at least https://www.youtube.com/watc…

  12. comment
    Comment #45821419

    Probably yes, I know it at least refuses to 'type down first 5 pages of lotr book' because of copyright reasons. Its filter is getting better (as in worse for the user) everyday

  13. comment
  14. comment
    Comment #45273375

    Does that hardware traps overflows or something? I had read an article about how DOOMs engine works and noticed how a variable for tracking the demo kept being incremented even aft…

  15. comment
    Comment #45091686

    The comments show the values each thread observed. Why? Nothing in that code implies any synchronization between threads and force an ordering. thread_2 can fetch value of y before…

  16. comment
    Comment #44235742

    It is a c++ code.

  17. comment
    Comment #44234867

    A week or so ago I needed to convince chatgpt that following code will indeed initialize x values in struct struct MyStruct { int x = 5; }; ... MyStruct myStructs[100]; It was insi…

  18. comment
    Comment #44107002

    but they are all individual divs

  19. comment
    Comment #44051326

    one day both sides will be AI so we can all relax and enjoy our mojitos

  20. comment
    Comment #44051021

    https://github.com/dotnet/runtime/pull/115733 @copilot please remove all tests and start again writing fresh tests.

  21. comment
    Comment #44005395

    The general cost over a several large codebases has been observed to be minimal Is this unexpected? A large code base has a lot of other things and it is normal that such changes w…

  22. comment
    Comment #44003424

    Of course we should provide a mechanism to allow large arrays to remain uninitialized, but this should be an explicit choice, rather than the default behaviour. First you are sayin…

  23. comment
    Comment #43905898

    const string input = "interesting"; bool comparison = input.ToUpper() == "INTERESTING"; Console.WriteLine("These things are equal: " + comparison); Console.ReadLine(); Is this a re…

  24. comment
    Comment #43750712

    My cat learned to jump and grab the door handles to open doors. It was escaping the house that way. I had to lock the door while I am at home so he doesn't escape. After some tries…

  25. comment
    Comment #43714235

    AIs in general are definitely hallucinating a lot more when it comes to niche topics. It is funny how they are unable to say "I don't know" and just make up things to answer your q…