Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
shultays
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
shultays
4mo ago
Spacebar hijacking, it is how I scroll webpages
2.
▲
by
shultays
7mo ago
“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:config ... Why seemingly the most useless opt
3.
▲
by
shultays
7mo ago
Probably not enough for AI haters, we need separate executables with kill switch already triggered!
4.
▲
by
shultays
7mo ago
I would expect/hope that the deliver person does not know the tips for individual orders.
5.
▲
by
shultays
8mo ago
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.
▲
by
shultays
8mo ago
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 resize arrow it is more apparent. I don't really see/
7.
▲
by
shultays
9mo ago
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 members of the first team.
8.
▲
by
shultays
10mo ago
zoom
9.
▲
by
shultays
10mo ago
Or more generalized "ammo += (maxAmmo * percentageToFill) / 100"
10.
▲
by
shultays
11mo ago
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/watch?v=2ncEfAxkuFA And here is a video
11.
▲
by
shultays
11mo ago
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
12.
▲
by
shultays
1y ago
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 after the next demo started. This variable was compared wit
13.
▲
by
shultays
1y ago
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 1 writes to it which would set b to 0. You would ne
14.
▲
by
shultays
1y ago
It is a c++ code.
15.
▲
by
shultays
1y ago
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 insisting very passionately that you need MyS
16.
▲
by
shultays
1y ago
but they are all individual divs
17.
▲
by
shultays
1y ago
one day both sides will be AI so we can all relax and enjoy our mojitos
18.
▲
by
shultays
1y ago
https://github.com/dotnet/runtime/pull/115733 @copilot please remove all tests and start again writing fresh tests.
19.
▲
by
shultays
1y ago
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 will be a rounding error. There are lots of other bot
20.
▲
by
shultays
1y ago
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 saying "cost is minimal even negative" and then
21.
▲
by
shultays
1y ago
const string input = "interesting"; bool comparison = input.ToUpper() == "INTERESTING"; Console.WriteLine("These things are equal: " + comparison); Console.ReadLine(); Is this a realistic scenario
22.
▲
by
shultays
1y ago
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 and seeing that it is no longer working, he forgot
23.
▲
by
shultays
1y ago
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 questions
24.
▲
by
shultays
2y ago
No offense but I feel like this is an overengineered solution that misses the problem. It may efficiently render millions of notes I will not take in my life but it is extremely ugly with the slow loading/populating the screen as you s
25.
▲
by
shultays
2y ago
Why? If all standard functions that take no ownership/keep references are using raw pointers then it behaves same as user code/C++ devs expect: if a function is taking a pointer then it claims no ownership. You take a look at stan
26.
▲
by
shultays
2y ago
What are the examples to std functions that uses a raw pointer but does not borrow/expects pointer to be valid past the function call?
27.
▲
by
shultays
2y ago
google.com homepage 59 requests 1.2 MB transferred 3.1 MB resources
28.
▲
by
shultays
2y ago
Pretty cool design, I am not sure if some boards are unsolvable or if I suck though. Some hints: * It works similar to minesweeper so hints/patters for minesweeper also applies. https://minesweeper.online/help/
29.
▲
by
shultays
2y ago
A big improvement would be showing how many box numbers you marked, visible and left in the help screen to help you with your guesses. It only shows how many left
30.
▲
by
shultays
2y ago
Sometimes there are hidden menus or settings that might allow you to toggle those features. I used to work on TVs and we had a secret menu that toggles various features. Some of those features would be disabled for specific countries (mainl
More ›