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

Surprised that https://github.com/fccview/jotty (ex rwMarkable) has not been mentioned.


I recently learned that with smart traffic lights cyclists can change traffic lights -https://nltimes.nl/2026/04/28/new-app-turns-traffic-lights-g...


For a while I tried creating traffic-light-free bicycle routes from my home in the suburbs to my office in Amsterdam center (because intersections, especially with trams, can sometimes take a long time.

Unfortunately there was no API with data on which intersections have traffic lights and I had to build these routes manually in Strava using satellite images.

I did learn in the process that some traffic light data is actually available from the government, but only for selected partners. The Flitsmeister app for example has it and shows at some traffic lights how long it will take for the light to turn green (in a car, not on a bicycle)


OpenStreetMap has traffic lights (at least in my municipality in the Netherlands) so it might be usable for this purpose.

Also, https://routeplanner.fietsersbond.nl/ has options for different route types including an option to avoid traffic lights if a reasonable alternative is available.


Thanks for the golden tip, I just told Claude to use OSM and it actually built an app which works!


Rotterdam is using rain data to asjust traffic lights. Bicycles are waiting less at intersections. They also make the amber light longer to give you time to break for farther away and avoid a fall.

https://popupcity.net/insights/rotterdam-traffic-light-prior...


This isn't just a USA thing, the EU Commission literally just updated residue limits for it in July 2025 [1] and interestingly Corteva Agriscience which is the company selling it, supplies the safety data EFSA uses to keep it on our plates. [2]

[1]https://eur-lex.europa.eu/eli/reg/2025/1305/oj/eng#:~:text=C...

[2]https://efsa.onlinelibrary.wiley.com/doi/10.2903/j.efsa.2024...


According to https://x.com/IntCyberDigest/status/2038038430752374888?s=20

The EU Commission, ENISA, and the DG for Digital Services have been compromised by threat actor ShinyHunters.

Leaked data includes: ▪ Emails & attachments ▪ Full SSO user directory ▪ DKIM signing keys ▪ AWS config snapshots ▪ NextCloud/Athena data ▪ Internal admin URLs



i was building sth like this

https://github.com/blue-monads/potato-apps/tree/master/cimpl...

i should finish but have not have time


Risky click. (It's okay.)


Plese put up some screenshots.


It has that. Select the media you want to delete, tap & hold, then scroll to the right in the menu and select Delete from device. At least on Android this is the way.


Jellyfin, Jellyserr on a QNAP TS-464 runs perfectly well for serving even 4k x265.


So could I in practice train it on all my psychology books, materials, reports, case study and research papers and then run it on demand on a 1xH100 node - https://getdeploying.com/reference/cloud-gpu/nvidia-h100 whenever I have a specialised question?


You could do that indeed, but the performance would be abysmal. For this kind of use-case, it would be a LOT better to use a small pre-trained model and either fine-tune it on your materials, or use some kind of RAG workflow (possibly both).


> it would be a LOT better to use a small pre-trained model and either fine-tune it on your materials, or use some kind of RAG workflow (possibly both).

I noticed NewRelic has a chat feature that does this sort of thing, it's scoped very narrowly down to their website and analytics DSL language, and generates charts/data from their db. I've always wondered how they did that (specifically in terms of set up the training/RAG + guardrails). It's super useful.


You might be able to figure that out just by asking it - see if you can get it to spit out a copy of the system prompt or tell you what tools it has access to.

The most likely way of building that would be to equip it with a "search_docs" tool that lets it look up relevant information for your query. No need to train an extra model at all if you do that.


You could but it would be significantly worse than fine-tuning or RAG with a pre-trained model, or using a smaller model since your dataset would be so small.


Yes, though it's possible a more-general core model, further enhanced with some other ways to bring those texts-of-interest into the working context, might perform better.

Those other ways to integrate the texts might be some form of RAG or other ideas like Apple's recent 'hierarchical memories' (https://arxiv.org/abs/2510.02375).


You could! But just like others have mentioned, the performance would be negligible. If you really wanted to see more of a performance boost by pretraining you could try to create a bigger chunk of data to train off of. This would be done by either creating synthetic data off of your material, or finding adjacent information to your material. Here's a good paper about it: <https://arxiv.org/abs/2409.07431>


No.



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

Search: