Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Matheus28
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Matheus28
6d ago
I remember when `alert` would lock up the entire browser UI. So if you put it on an infinite loop, that was it. You had to kill the browser process to shut it off.
2.
▲
by
Matheus28
24d ago
I can't wait for them to deliver the new Roadsters!!
3.
▲
by
Matheus28
24d ago
I GUARANTEE that was written by AI. This type of slop is unmistakable
4.
▲
by
Matheus28
2mo ago
I’ll take a Qt application over the Electron garbage that we see all the time nowadays.
5.
▲
by
Matheus28
2mo ago
https://en.cppreference.com/cpp/io/print
6.
▲
by
Matheus28
3mo ago
And replace it with what?
7.
▲
by
Matheus28
4mo ago
A lot of countries require you to declare your total wealth on your tax forms. Then once someone gets audited, that gets checked. Obviously it’s possible to hide it, but that in itself is a crime, and not everyone is willing to risk going t
8.
▲
by
Matheus28
4mo ago
You obviously can’t convert between the two directly and suggesting that is disingenuous. Income tax doesn’t affect unrealized capital gains (where the rich “hide” most of their income). A wealth tax (even without a minimum threshold) doesn
9.
▲
by
Matheus28
4mo ago
Why? Some web apps might want to present a different interface if you’re in landscape.
10.
▲
by
Matheus28
6mo ago
Since C++11, data() is also required to be null terminated. Per your own source and cppreference.
11.
▲
by
Matheus28
6mo ago
“I quit!” Even includes a special character
12.
▲
by
Matheus28
7mo ago
What do you use the Mac Studio for? I’ve always felt they weren’t really worth it for performance per dollar spent. For C++ work I just use a non-Mac workstation. For lighter workloads the Mac Mini is very capable already.
13.
▲
by
Matheus28
7mo ago
Except 120 Hz display I believe, which is big reason for me
14.
▲
by
Matheus28
7mo ago
I personally believe what we’re seeing are newcomers who aren’t even programmers who fall for all this crap and then come here to post about it
15.
▲
by
Matheus28
8mo ago
I personally would have changed it to a round-trip then just returned the car to the other Hertz location and let them figure it out.
16.
▲
by
Matheus28
8mo ago
If you add multiple IPs to a record, a lot of resolvers will simply use the first one. So even in that case you need a low TTL to shuffle them constantly
17.
▲
by
Matheus28
9mo ago
Client-server multiplayer games are already kind of a very specialized type of video playback if you squint a bit (you're transmitting entities rather than pixels). This method of multiplayer you propose is inferior in basically every
18.
▲
by
Matheus28
10mo ago
They could get a rough estimate of an IP location using traceroute from many different known locations. Very rough but it’s a starting point. For some cases, they might just lookup who owns that IP range and put their address as the IP loca
19.
▲
by
Matheus28
11mo ago
Agreed. I feel that a lookup table can probably map all emojis possible to a uint32 (maybe optimistically uint16, [1] says there's about 4k emojis, does that include skin variations?). And you can add new ones sequentially after so IDs
20.
▲
by
Matheus28
11mo ago
How are you gonna throw an error inside Array.prototype.push?
21.
▲
by
Matheus28
11mo ago
You can just use Proxy to get around toString shenanigans and prevent any detection whatsoever.
22.
▲
by
Matheus28
1y ago
Your python code allocates an array and inverts it every function call. The C++ code has no overhead and is equivalent to a compile time transformation.
23.
▲
by
Matheus28
1y ago
Should be using empty base optimization or [[no_unique_address]] for that implementation
24.
▲
by
Matheus28
1y ago
Probably some sort of command and control for a botnet. They calculate a random domain name based on the timestamp (so it’s constantly changing every X days in case it gets seized), and have some validation to make sure commands are signed
25.
▲
by
Matheus28
1y ago
Why do we need AI for that? Can’t we just strip html tags?
26.
▲
by
Matheus28
1y ago
You’re basically asking people to do your homework for you at this point…
27.
▲
by
Matheus28
1y ago
You don’t need an LLM to do that. The code in there is almost complete…
28.
▲
by
Matheus28
1y ago
Blogspam
29.
▲
by
Matheus28
1y ago
The drying is awful in my Toto, it's not enough air pressure. It'd take 20+ min to dry completely. It's nothing like those hand dryers in public bathrooms.
30.
▲
by
Matheus28
1y ago
Fully refundable tickets are an entirely different fare (and much more expensive)
More ›