HackerTrans
TopNewTrendsCommentsPastAskShowJobs

TobTobXX

888 karmajoined 6년 전
Badges: https://hnbadges.netlify.app/?user=TobTobXX

Masto: @[email protected]

Emai: hackernews at <my username> dot net

comments

TobTobXX
·5일 전·discuss
Only side effect I ran into is that journalctl couldn't find the logs of a previous boot.
TobTobXX
·지난달·discuss
I don't work in tech (school teacher), so the main way I interact with tech people is online.

IME, everyone I meet offline has some low-level caution about AI taking their job, but uses AI and is amazed by their capabilities and is glad for this tool.

Most ppl I meet online are strong anti-AI advocates.
TobTobXX
·지난달·discuss
Painting something new with great potential as negative and "the enemy" - this is truly the essence of humanity. </snark-but-with-a-kernel-of-truth>

If the parent commenter enjoys working with LLMs, then just let them. This doesn't make them inhumane, nor does it make you less of a human.
TobTobXX
·지난달·discuss
Ollama is just llama.cpp but with their own interface ontop. Liquid does support llama.cpp, but Ollama is slow in updating its llama.cpp dependency.
TobTobXX
·2개월 전·discuss
Wait what? I've used DeepSeek V4 flash a lot and compsred to Gemma 4 E2B (ie. the smallest, event at q4), it consistently underperforms. In contrast to DS flash, I've found Gemma 4 to be incredibly precise and consistent with tool use.
TobTobXX
·2개월 전·discuss
https://asciinema.org/ in case anyome is searching it.
TobTobXX
·3개월 전·discuss
> Muse Spark is a natively multimodal reasoning model with support for [...] visual chain of thought [...].

Do they mean "the chain of thought is visible to the user" (ie. not hidden like ChatGPT), or "the medium of the chain of thought is not text, but visuals" (ie. thinking in images).

I'd guess the former, since it wouldn't be economical to generate transient images, just for thinking. But I'm not sure why they'd highight that in that case. If it were the second thing, that'd be extremely interesting. The first model not to think in text.
TobTobXX
·3개월 전·discuss
Somewhat. To fill out my taxes online, I could sign up with either the AGOV app (needs Google Android) or a USB security key. I happened to have a yubikey, but I needed to mess with the firefox about:config (security.webauth.u2f=true IIRC). It did work in the end though.
TobTobXX
·3개월 전·discuss
Same in Switzerland. The app needed to sign in to fill out my taxes doesn't work on ungoogled Android.
TobTobXX
·3개월 전·discuss
330 cubic feet =~ 9.3m²
TobTobXX
·4개월 전·discuss
wealth and access that is merely fathomable
TobTobXX
·4개월 전·discuss
No, there's a misunderstanding.

You can extract the message the user entered/received BEFORE/AFTER the en-/decryption. eg. a keylogger, a screencapture, extracting memory from the processes, just recording the screen from behind the user, ...
TobTobXX
·4개월 전·discuss
Well IF Microsoft would also collaborate with Wine...

I think I'd pay for a Windows License if it means I get official support for Windows apps on Linux (provided the support is indeed good).
TobTobXX
·4개월 전·discuss
I think it is different for some people because they are passionate and interested in tech.

I'd imagine someone who is passionate about cooking wouldn't be delighted if you cloudn't buy any ingredients in a store.

I see the value in precooked food and black-box working technology. But for me myself, as an enthusiast: I like being able to tinker and control my technology.
TobTobXX
·4개월 전·discuss
There was Golden Age of Civilisations (or sth) a while ago. It ran Freeciv (FOSS Civ 2/3 clone) and made each turn take 4 hours and added advanced queuing tooling.

Was quite fun, maybe it still exists, haven't checked.
TobTobXX
·4개월 전·discuss
Yes and it's ANNOYING. In Switzerland there is literally not one cellular network that issues IPv6 addresses. Also my workplace network (a school using some sort of Microslop solution) doesn't issue IPv6es.

I have a IPv6-only VPN with some personal services. Theoretically, the data can be transported via IPv4, but Android doesn't even query AAAA records if it doesn't have a route for [::]/0. So when I'm not home, I can't reach my VPN servers, because there is supposedly no address.

(I fix it by routing all IPv6 traffic through my VPN. Just routing connectivitycheck may suffice though).
TobTobXX
·4개월 전·discuss
You don't need to attack the math, if you can attack the sender or thr receiver ['s hardware].
TobTobXX
·5개월 전·discuss
The outlook webapp is quite decent. I've never used their native app, but I've manahed to get by fine with their webapp, even though notifications don't work (I just check it regularily). IIRC K9/Thunderbird also has support for exchange now.
TobTobXX
·5개월 전·discuss
Many unix tools already print less logging when used im a script, ie. non-interactively. (I don't know how they detect that.) For example, `ls` has formatting/coloring and `ls | cat` does not. This solution seems like it would fit the problem from the article?
TobTobXX
·5개월 전·discuss
Wouldn't it make more sense to state the assumptions first? Because then the model has this critical check in its context and can react appropriately. Otherwise, it will just write this step, but what's written before is already written.