HackerLangs
TopNewTrendsCommentsPastAskShowJobs

aeyes

3,089 karmajoined 7년 전

comments

aeyes
·어제·discuss
For intelligence, I expect the next breakthrough to be colocation of memory and compute in the same chip. And we'll need much more of this memory, probably a few petabytes.
aeyes
·24일 전·discuss
It's a terminal emulator with a command prompt that also gives you access to LLMs. But the interesting bit for people who work on a lot of machines is that this also works when you ssh to any remote machine.

So you can bring your agents to any remote system, it even works somewhat well for network devices.
aeyes
·24일 전·discuss
And now there are tools like Warp Terminal which make me feel like all that knowledge about command line tools is just dead weight in my brain.
aeyes
·27일 전·discuss
> Anthropic will probably go for $2T IPO now

How does that work? To me it sounds like there is an enormous risk that they get regulated to death. They can't sell their product.
aeyes
·지난달·discuss
It's not just you, I have the same problem.
aeyes
·지난달·discuss
They are popular because they are free.

I have to use Gmail at work and it is just terrible.
aeyes
·지난달·discuss
This data set was released years before the Covid hypergrowth phase which they are referring to.
aeyes
·지난달·discuss
> you should own that layer yourself inside of your infrastructure

Unless you have millions of users, you don't really need this. It would be nice to have but its not a pressing need. So why invest into developing something that you only need once you are at massive scale? At this point you might as well switch away from Postgres because you'll surely have the manpower to do it.

Even with a proxy like PgDog the Postgres sharding story isn't solved. Resharding with logical replication is unlikely to work with databases which are already TBs in size. I never got it to catch up, I had to sync data at the filesystem level which is terrible. Tools like pg_repack also fall apart at scale.

For those that get to a point where a sharding proxy is required, switching databases is a very appealing solution.

And for those that are almost there, application side sharding is more flexible than building a query routing proxy.
aeyes
·지난달·discuss
Where I work % of code written by AI and AI spend is tracked all the way down to the individual person.

It is obvious to me that this will be used in performance reviews in the future.
aeyes
·지난달·discuss
> Intel really made themselves unpopular with Apple during that period.

You can't tell me that this wasn't known by Apple before shipping the product. Why did they not provide adequate cooling for the CPU?
aeyes
·2개월 전·discuss
But you don't need a Dropbox account to view any file for which you created a shareable link.

If you add raw=1 to the URL then it will directly show in the browser without the Dropbox viewer.

Or did you share a folder?
aeyes
·2개월 전·discuss
It is running on a single machine so the player count is relatively low. Today the limit is ~1500 concurrent players but it used to be much lower. And of the players online probably half are bots which don't build.

The map is 30Mx30M blocks so outside of the very center you'll not see that much player activity.

DonutSMP is the largest Minecraft server today, the overworld is 225,000x225,000 blocks and the map is modified wherever you look.
aeyes
·2개월 전·discuss
LATAM as well, all major submarine cables land on the east coast. Surprisingly even from Mexico the latency is often better to US East.
aeyes
·2개월 전·discuss
Info from veeery long ago because I have been out of this stuff for over a decade:

The release will have an .sfv file with a CRC32 checksum for each rar file.

The FTP server checks them after the upload completes. Back in the day glftpd with zipscript was a very popular tool to manage an FTP site. This Readme sums it up well: https://github.com/pzs-ng/pzs-ng

The sfv can be tampered with but the propagation of releases to FTPs happens very fast, within minutes. It would take you longer to meaningfully alter it than it takes the racers to distribute the original files. And once the release is completely uploaded you can't modify the files anymore.

If the release is bad, for example if it doesn't work at all or if it contains a virus, then it simply gets nuked. This propagates within minutes.
aeyes
·2개월 전·discuss
> All the nuclear waste they've got is stored in temporary places (above ground) at former nuclear reactor sites.

Some was stored underground in the past with bad results because the former mines were unstable.

https://en.wikipedia.org/wiki/Asse_II_mine

https://en.wikipedia.org/wiki/Morsleben_radioactive_waste_re...
aeyes
·2개월 전·discuss
This isn't exclusive to Windows 11, I also got those on Windows 10.
aeyes
·3개월 전·discuss
Unfortunately I have to use some government websites which refuse to work when my user agent contains "Linux x86_64". So I just always spoof it.
aeyes
·4개월 전·discuss
Credit cards are a sign of poverty? Now that's a hot take.

I feel in Europe having a credit card means the complete opposite, only "rich" people have credit cards.

I have a credit card, I use it, I pay it off every month. Why am I seen as poor just because I have a credit card? It's just a tool. It spares me from needing to maintain a 10000$ emergency fund in my checking account.
aeyes
·4개월 전·discuss
Mark Pilgrim isn't even the original author, he just ported the C version to Python and contributed nothing to it for the last 10 years.

If you take 5 minutes to look at the code you'll see that v7 works in a completely different way, it mostly uses machine learning models instead of heuristics. Even if you compare the UTF8 or UTF16 detection code you'll see that they have absolutely nothing in common.

Its just API compatible and the API is basically 3 functions.

If he had published this under a different name nobody would have challenged it.
aeyes
·4개월 전·discuss
I don't get any of your examples.

There are many different keyboard layouts, at least nowadays there is only one German layout. For Spanish there are 2 different layouts which are both actively sold.

The meaning of yellow on traffic lights is no problem, you'll see it for no longer than 2 seconds. Unless it flashes yellow which means that the traffic light is shut off, then "right before left" applies. Some countries only have a green light, no red and no yellow. Now that is a problem because if the light is off because you a) don't see it, you have to know that it is there, and b) don't know if it is operational.

The end of a speed limit indication means the same as no speed limit indication. The lawful limit for the type of road applies, 50 in the city, 100 for rural roads, unlimited for Autobahn. Thats why on the Autobahn there will be a speed limit indication after every on-ramp, if there is no speed limit sign then it is unlimited.