HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tambre

957 karmajoined 9 tahun yang lalu
[email protected]

comments

tambre
·6 hari yang lalu·discuss
Does anybody know of a feasible alternative to Google Timeline?
tambre
·8 hari yang lalu·discuss
Access to the private video doesn't sound necessary. The AI seemingly runs in a context where it sees the private videos so comments on public videos can instruct it to generate links containing such info.
tambre
·bulan lalu·discuss
Fair enough, I'm not from the US. Globally they're at a roughly 10% market share and where I'm from closer to just 5%. It's a rarity to see any here and I've never gotten to try macOS outside a shop.
tambre
·bulan lalu·discuss
> I know Clang struggled to ship improved sorts for their C++ implementation

Clang has no built-in sorting algorithms. I imagine you're referring to the LLVM project's libc++? Though all common distributions of LLVM default to GCC's libstdc++.
tambre
·bulan lalu·discuss
Gnome has a "Always on Top" toggle for each window. I imagine there's a protocol for an application to set it by default but the OP's window manager might not implement it or there might be an incompatibility.
tambre
·2 bulan yang lalu·discuss
Did you report it and did it ever get fixed?
tambre
·2 bulan yang lalu·discuss
It's in experimental only, not unstable or testing. That said I'm surprised it hasn't even propmpted discussion on debian-devel (sans [0]). I would've thought that at least enough Debian developers run experimental to have noticed and raise the issue, but no. I thought about starting a thread myself but couldn't be bothered.

[0] https://lists.debian.org/debian-devel/2026/04/msg00004.html
tambre
·2 bulan yang lalu·discuss
Worth noting is that in Debian experimental coreutils defaults to coreutils-from-uutils [0]. This came as a big surprise and as far as I can tell there's been no discussion. A Canonical developer seems to have unilaterally overwritten the coreutils package without discussing with the maintainer. All the package renames that are in Ubuntu aren't in Debian so you can't switch to GNU utils either without deep trickery in a separate recovery environment.

I'm used to running experimental software but I wasn't ready for my computer to not boot one day because of uutils. The `-Z` flag for `cp` wasn't implemented in the 9 month old version shipped in Debian at that time so initramfs creation failed...

[0] https://packages.debian.org/experimental/coreutils
tambre
·3 bulan yang lalu·discuss
While I understand that by making the quiz app the author had learned everything and had no use afterwards, it's unfortunate to see it not published. My friend is learning Latvian and it would be perfect for her!
tambre
·3 bulan yang lalu·discuss
You mean fusion splicing? That's common knowledge to anyone that's done any professional fibre cabling and you can easily find reading on it. The specifics of subsea cables however are much more elusive so it makes sense the article focuses on that.
tambre
·3 bulan yang lalu·discuss
Seems @zorked is correct about some POPs simply lacking IPv6. I simply happened to hit one of those. Quite disappointing but I guess Bunny is on the cheap side and doesn't actually own or manage their network like big CDNs do.
tambre
·3 bulan yang lalu·discuss
Seemingly lacks IPv6 though? Cloudflare requires you to pay them and make an explicit effort to disable IPv6. Sad to see it not enabled by default on Bunny.
tambre
·5 bulan yang lalu·discuss
I've found inverter microwaves for example useful when making porridge. A traditional one at 50% power blasting at full for 5 seconds makes it boil over, but on an inverter microwave 50% continuous heats it evenly and consistently such that it doesn't boil over. Sure you may be able to lower the traditional one so it does it even shorter steps but then it takes longer to get done or the result might be rather poor due to the inconsistent heating steps.

I also could never get traditional ones to heat potatoes well. Scalding hot on the outside, cold on the inside. With inverter ones it's simpler: just a lower power setting for longer.
tambre
·5 bulan yang lalu·discuss
Unless you have an inverter microwave it simply adjusts the % of the time that the magnetron is turned on. So at 50% you will have the magnetron at full blast 700W for 5 seconds and then 5 seconds off (or similar timestemps). On older microwaves you may be able to hear the magnetron cycling between being on and off.
tambre
·5 bulan yang lalu·discuss
I'm surprised no one has mentioned inverter microwaves. Unlike plain old regular microwaves where power settings just adjust the time that the magnetron is running at full blast the inverter ones can actually change the power of the magnetron. Makes it tons easier to cook food evenly and calmly. Never am I buying again one without.

It's kinda hard to find them though. Most manufacturers hardly list this but Bosch seems to have inverters in most of their mid and higher-end ones. My favourite is the Bosch BFL634GB1. Bosch BFL7221B1 was a huge downgrade due to the shitty touch screen and wheel along with a multi-second boot time.
tambre
·5 bulan yang lalu·discuss
> My understanding with Mesa is that it has very few dependencies

Some of the shader compilers require LLVM which is a giant dependency to say the least. But with Valve's ACO for RADV I think that could technically be omitted.
tambre
·7 bulan yang lalu·discuss
The difference probably is that GCC extensions have been stable for decades. Meanwhile Rust experimental features have breaking changes between versions. So a Rust version 6 months from now likely won't be able to compile the kernel we have today, but a GCC version in a decade will still work.
tambre
·7 bulan yang lalu·discuss
Seemingly lacking IPv6 support?

Not that you'd usually need this if you have IPv6 but might still be useful to bypass firewalls or forward access for IPv4 clients from your newer IPv6-only resources.
tambre
·8 bulan yang lalu·discuss
Owning your IP space and using Anycast.
tambre
·9 bulan yang lalu·discuss
I was considering CBOR+CDDL heavily for a project a while so they're a tad intertwined in my head. I very much liked CBOR's capability of being able to define wholly new types and describe them neatly in CDDL. You could even add some basic value constraints (less than, greater equal, etc.). That seemed really powerful and lacking ASN.1 experience it sounds like a very lite JSON-like subset of that.