Hacker Newsnew | past | comments | ask | show | jobs | submit | Tepix's commentslogin

Their nukes are still within striking distance.

I, for one, am glad we don‘t have yet another 2600 square kilometers exclusion zone in densely populated Germany, like the one around Chernobyl.

I'm glad we don't have exclusion zones like that one in France either.

I'm pretty sure that AI assistants will become widespread.

I consider it to be very careless to entrust your emails, your chats, your calendar, your notes, your calls, your pictures, your contacts, your location history, your waking hours, your files, your TODO list, i.e. stuff including your health data to the for-profit AI companies. The temptation to earn money with your data is just too great, plus the risk of the data being stolen and sold illegally.

Local AI should be the default. For everone who can't do local AI, we need confidential compute. Yes, it has been hacked before. But it's making it a lot harder.


> I consider it to be very careless to entrust your emails, your chats, your calendar, your notes, your calls, your pictures, your contacts, your location history, your waking hours, your files, your TODO list, i.e. stuff including your health data to the for-profit AI companies.

Still, we all do it with Google. (I don't do it anymore but i did it for mostly two decades so I include myself)


> Still, we all do it with Google

We don't. And never did.


Most things were cheaper last year. But you can still get RP2049 Zero for less than a buck each and run FUZIX. Neat.

This could be an interesting setup for booting off a NAS like Synology or QNAP. I haven't really used iSCSI, it's intimidating how much prep this takes...

iSCSI seems intentionally obscure. One of the improvements I made to NBD was invent a simple, standardized URI format so that you can specify servers easily, eg:

  nbdinfo nbd://server
  nbdcopy nbd://server:2001/ nbd+unix:///?socket=/tmp/localsock
https://github.com/NetworkBlockDevice/nbd/blob/master/doc/ur...

NBD looks pretty nice! I've been eyeing it from afar for a while.

How well does it work in environments with noticeable network latency?


Requests and responses are pipelined so at least you're not serializing on round trips. However fundamentally if there is lots of latency, then you're going to be affected in some way. Usually we see problems where the OS accessing the remote drive times out which can sometimes be worked around by increasing timeouts, if you can work out how. (Latency is going to affect every block device protocol in about the same way)

You can actually see what happens quite easily if you've got an OS image handy. With a Fedora VM image:

  $ virt-builder fedora-42 --root-password=password:123456
  $ nbdkit file fedora-42.img --filter=delay rdelay=50ms \
           --run 'qemu-system-x86_64 -machine accel=kvm:tcg \
                     -cpu max -m 2048 \
                     -drive file="$uri",format=raw,if=virtio'
("$uri" expands to the NBD URI of the nbdkit server which qemu can parse natively)

Even that 1 second delay is painful since it turns out that booting is quite serialized. Edit: I turned down the latency to 50ms in the example which is a bit more realistic. Still painful.


The 'target' moves slow so once you learn it, it all stays relevant forever.

... And it's very, very fun.


Does it offer performance advantages over NFS root?

I kind of expect the performance is worse, but one neat thing is that iscsi is a block device, so you could run e.g. disk crypto, volume management or whatever on it. Not to mention any FS. And you don't need to deal with NFS or RPC.

They operate at different layers.

iscsi is a block device: you gain a 'disk drive' sitting on your network. A dedicated network for disk traffic and use it to host on-prem virtualization. It's called a SAN array.


Sure, but eventually you will reach a layer with files, usually. Then you can run benchmarks and compare numbers.

Dunno about performance vs NFS, but I've stuffed an unaware OS onto ZVOL-over-iSCSI using a NIC with option ROM.

Bla bla, always easy to rant...

https://blog.denic.de/denic-informiert-uber-die-behebung-der...

"Die Störung ist inzwischen behoben und alle Systeme laufen wieder stabil. Die genaue Ursache wird derzeit noch analysiert. Sobald belastbare Erkenntnisse vorliegen, wird DENIC diese transparent zur Verfügung stellen."

translation:

‘The disruption has now been resolved and all systems are running smoothly again. The exact cause is currently being investigated. As soon as reliable findings are available, DENIC will make them publicly available.’


Also always easy to announce "Sobald belastbare Erkenntnisse vorliegen, wird DENIC diese transparent zur Verfügung stellen." and then remain silent until the media forgets about the incident and never actually publish anything.

Sure, but they did publish this two days later:

https://blog.denic.de/analyse-des-dns-ausfalls-vom-5-mai-202...

Sounds like they will post more details later. Maybe this time you'll give them the benefit of the doubt?


> alle Systeme laufen wieder stabil

in their dreams.


Source?

Or are you merely arguing that it means that in practice?

I‘m sure if people want communism, they want the idealistic version.


>I‘m sure if people want communism, they want the idealistic version.

That is what I mean. They don't want to live like the Soviets or Venezuelans or Cubans. They have a madeup idealistic version that is not real, never was and never will.


what do you think?

now ask yourself, who are the true communists in the US?


Poison moves this probability towards 100%.

Does it?


I think the demo LLM is quite small and perhaps too dumb

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: