HackerLangs
TopNewTrendsCommentsPastAskShowJobs

jpalomaki

no profile record

Submissions

UniFi 5G Backup

blog.ui.com
1 points·by jpalomaki·2 mesi fa·1 comments

The Terminal Built for Multitasking

cmux.dev
3 points·by jpalomaki·4 mesi fa·0 comments

Shipping at Inference-Speed

steipete.me
1 points·by jpalomaki·6 mesi fa·1 comments

A LLM trained only on data from certain time periods to reduce modern bias

github.com
13 points·by jpalomaki·7 mesi fa·0 comments

I stopped using Figma and switched to Penpot

xda-developers.com
2 points·by jpalomaki·8 mesi fa·0 comments

LG UltraFine evo 32-inch Nano IPS Black 6K with Thunderbolt 5

lg.com
2 points·by jpalomaki·10 mesi fa·1 comments

comments

jpalomaki
·21 giorni fa·discuss
As human I also give wrong answers if if I know the right one. Sometimes I also give answers even when I don’t really know them.

When pushed, I then start thinking and realise my mistake. System 1 vs 2?
jpalomaki
·24 giorni fa·discuss
Session data lookup is one select to database that gives 0..1 rows and uses index. In most cases this is not something you need to worry about.
jpalomaki
·25 giorni fa·discuss
When many sites are collecting these photos, it increases possibility of them leaking. Since these are also used for KYC process in crypto sites etc, this in turn increases risk of identity theft.
jpalomaki
·28 giorni fa·discuss
Isn't training material the biggest problem for truly open source LLMs (such that could compete with top tier models)? The computation part can be solved with money, but compiling a comprehensive training set that could be freely shared and free of copyright issues is pretty much impossible.
jpalomaki
·30 giorni fa·discuss
Do we need to bring Keybase[1] "back"? The original idea, mapping your social media presence to certain encryption keys.

In the future it will be increasingly difficult to prove in online context that you are not a bot. Being able to show that your social media (HN, GitHub, etc) presence goes way back would be an option.

[1] https://en.wikipedia.org/wiki/Keybase
jpalomaki
·mese scorso·discuss
"yes, there were regressions in some use cases of rsync in the 3.4.3 release. I quite deliberately tried to err on the side of fixing security issues for that release, and there were some valid (but unusual) use cases that got caught up in the changes"
jpalomaki
·mese scorso·discuss
It’s sometimes convenient if database is the only ”stateful” component in architecture.

Also if all the "state" is in one database, then you have better chance of getting consistent backups.
jpalomaki
·mese scorso·discuss
Not sure if this is the future I want, but I've always thought the main idea of smart glasses is to automatically bring up information that is relevant in your current context. One part of this is to recognize who you are staring at.
jpalomaki
·mese scorso·discuss
"By integrating Ookla’s data products, including Speedtest®, Downdetector®, Ekahau®, and RootMetrics®, Accenture will help Communications Service Providers (CSPs), hyperscalers, and enterprises optimize the mission-critical Wi-Fi and 5G networks that power their digital core. [...] Ookla’s data platform is anchored by more than 250 million consumer-initiated tests per month, complemented by controlled drive, walk, and embedded testing options"[1]

[1] https://newsroom.accenture.com/news/2026/accenture-to-acquir...
jpalomaki
·2 mesi fa·discuss
How about the payments, what is the easiest way from corporate customer perspective in DACH? Let's say for smaller subscriptions, <1000€/month?
jpalomaki
·2 mesi fa·discuss
"Only $99 to add 5G Backup to any UniFI network" and "Fully unlocked for any compatible carrier with SIM and eSIM support". Wonder if there's some catch?
jpalomaki
·2 mesi fa·discuss
Tell it to create html summaries with diagrams and sidebar for navigation.

Or ask Codex to create image that explains xyz.
jpalomaki
·2 mesi fa·discuss
It’s likely because the quick thought is that auth is just user table with hashed password.

Then when you really start thinking about it, the list of requirements grows.

Of course it’s still totally doable for an average developer, but takes time and mistakes can be catastrophic. And maybe the time is better spent developing stuff that differentiates you from others.
jpalomaki
·2 mesi fa·discuss
Kubernetes sounds like overkill, but I've been running microk8s for few standalone servers. This feels a pretty good match when working with agents. Codex can manage the cluster also over ssh, schedule new pods, check statuses, logs etc.
jpalomaki
·3 mesi fa·discuss
”Engineers were actively encouraged to use tools like Claude Code and Cursor, even ranking them on internal leaderboards based on usage”

Token maxxing? Might explain high costs if you are actively encouraging developers to spend as much tokens as possible.
jpalomaki
·3 mesi fa·discuss
I don’t think people want that, but they are willing to accept that in order to get stuff done.
jpalomaki
·3 mesi fa·discuss
Why not replace the SMTP with an API and explicit permissions. When registering for a newsletter, I would explicitly grant the sender right to push stuff to my inbox. At any point I could revoke this right and the sender would get clear error message when pushing.

Old fashioned person-to-person email would work as it does. This would only apply to the app-to-user stuff, which in my case makes up >99% of my emails.
jpalomaki
·3 mesi fa·discuss
Put proper LLM into Siri. Encourage developers to expose the functionality of their apps as functions, allow Siri LLM to access those (and sprinkle some magic security dust over it).

Boom, you have an agent in the phone capable of doing all the stuff you can do with the apps. Which means pretty much everything in our life.
jpalomaki
·3 mesi fa·discuss
Sometimes easy performance trick is to split the CTE to separate queries, put the results to unlogged temporary tables and add whatever indexes the next step needs.

Obviously makes only sense for stuff like analytical queries that are not running constantly.
jpalomaki
·4 mesi fa·discuss
Somebody took a deeper look at Claude Code and claims to find evidence of Anthropic's PaaS offering [1]. There's certainly money to be made by offering a nice platform where "citizen developers" can push their code.

From Astral the (fast) linter and type checker are pretty useful companions for agentic development.

[1] https://x.com/AprilNEA/status/2034209430158619084