Viewing profile — shultays
shultays
HN member- Joined
- Mon, Jan 13, 2014, 1:58 PM UTC
- HN karma
- 1,740
- Public activity
- 962 items
- HN profile
- View on Hacker News ↗
About shultays
No profile information was provided.
Recent public activity
-
comment
Comment #48108304
Spacebar hijacking, it is how I scroll webpages
-
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…
-
comment
Comment #47135263
Probably not enough for AI haters, we need separate executables with kill switch already triggered!
-
comment
Comment #47004074
I would expect/hope that the deliver person does not know the tips for individual orders.
-
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
- comment
-
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…
-
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…
-
comment
Comment #46158644
zoom
-
comment
Comment #46032605
Or more generalized "ammo += (maxAmmo * percentageToFill) / 100"
-
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…
-
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
- comment
-
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…
-
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…
-
comment
Comment #44235742
It is a c++ code.
-
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…
-
comment
Comment #44107002
but they are all individual divs
-
comment
Comment #44051326
one day both sides will be AI so we can all relax and enjoy our mojitos
-
comment
Comment #44051021
https://github.com/dotnet/runtime/pull/115733 @copilot please remove all tests and start again writing fresh tests.
-
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…
-
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…
-
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…
-
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…
-
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…