Interesting to see, hope they make progress on preventing the spectre attacks, since these are still relevant today. See this paper that was presented at the WHY2025 hacker camp:
https://openreview.net/pdf?id=4tDNvQe2G0
Very cool to see a SIDN labs post here. SIDN operates the .nl extension and puts the money earned into these kinds of research projects that benefit everyone.
In the Netherlands we can see the location of every passenger train since the train company just has a public api. Here is a map: https://spoorkaart.mwnn.nl/
Cool that you found this. I’m a student at this university and most alumni I’ve spoken say it is only used for research and a masters degree course course [1]. What’s interesting is that the bachelor course on functional programming gets thought in Haskell.
This is my personal best that worked for me the previous years:
Frontend: angular hosted on any static page hosting like GitHub pages or cloudflare.
Backend: nestjs with typeORM and MySQL or postgres
This is all typescript so even a small team can do a fullstack job.
I would go for a 4U rack case that fits loads of drives and fill it with shucked [1] external hard drives. Just add a cheap motherboard and some pci-e sata expansion boards and your good to go.
[1] https://youtu.be/iMpCnIr622M
Modern vessels are required to have a AIS transponder. This is a radio that sends the ships speed, position, angle and optionally their destination around by marine (VHF) radio. These maps are probably made by having thousands of receivers recording the AIS data.
I would pay $10 if the author got at least payed $8 out of that. But since authors get payed nothing, I rather download the work from some other site and send the author a thank you mail if I really liked their work.
Can’t we just argue that using the * wildcard is just a great feature when you are writing sql queries on test data. I personally use it a lot when writing joins to eventually get the data I want or to execute a aggregating function like count().
But I think it is interesting to know if writing down all your table column names also delivers faster queries in other DBMS systems.
This is hard to work with indeed. But if you eventually want to change program behavior, you just build a class that implements a specific interface and change a config file.