HackerLangs
TopNewTrendsCommentsPastAskShowJobs

praseodym

2,488 karmajoined il y a 13 ans

Submissions

ECB raises interest rates for the first time in three years

euronews.com
3 points·by praseodym·il y a 30 jours·0 comments

Apple's new 15% mini-app deal gets Tencent to cut Cupertino in

theregister.com
2 points·by praseodym·il y a 8 mois·3 comments

Advent of Code 2025, there will be 12 days of puzzles

adventofcode.com
4 points·by praseodym·il y a 9 mois·1 comments

[untitled]

13 points·by praseodym·il y a 9 mois·0 comments

Python 3.14.0

python.org
48 points·by praseodym·il y a 9 mois·7 comments

Apple Pulls ICEBlock from the App Store

theverge.com
64 points·by praseodym·il y a 9 mois·2 comments

Live Translation with AirPods is not available if you are in the EU

apple.com
2 points·by praseodym·il y a 10 mois·2 comments

comments

praseodym
·il y a 3 jours·discuss
Don’t forget that SpaceX has 3.884 billion outstanding shares!
praseodym
·il y a 25 jours·discuss
Just wait for the hyperscalers to follow suit
praseodym
·le mois dernier·discuss
The screenshot of the Facebook post says they purchased the sets for approximately $20,000.
praseodym
·il y a 2 mois·discuss
Note that many Rust libraries consist of multiple crates, which all end up in the dependency graph. This makes the number of dependencies seem higher than it actually is: the separate crates have the same maintainers and are often part of the same upstream git repo.

I agree with the general sentiment though. Rust also has a lot of crates that are stuck semi-unmaintained at some 0.x version, often with no better alternative.
praseodym
·il y a 2 mois·discuss
> since Apple saved money on not participating in the AI data-center fiasco

They have unused custom built AI servers sitting in warehouses: https://news.ycombinator.com/item?id=47221264
praseodym
·il y a 2 mois·discuss
Forgejo also has a roadmap for federation but it looks like development is progressing rather slowly: https://codeberg.org/forgejo-contrib/federation/src/branch/m...
praseodym
·il y a 3 mois·discuss
ZFS on Linux has had many bugs over the years, notably with ZFS-native encryption and especially sending/receiving encrypted volumes. Another issue is that using swap on ZFS is still guaranteed to hang the kernel in low memory scenarios, because ZFS needs to allocate memory to write to swap.
praseodym
·il y a 4 mois·discuss
I'm seeing 4-4.5 Watt idle. I've disabled WiFi in the BIOS (using wired Ethernet) and ran `powertop --auto-tune`, but not much else.
praseodym
·il y a 4 mois·discuss
I’m using an ASUS NUC 14 Essential Kit N355. It’s a bit more expensive than the Pi 5, but also more powerful (8 cores and decent GPU). There is also a more affordable N150 model. And even lower budget are the N150 mini PCs from Chinese manufacturers, but they often mess up things like cooling in a hardware revision (compared to the favorable review that you’d read).

And forgot to mention this before: Intel CPUs with built-in GPUs have very performant and energy efficient hardware video codecs, whereas the Raspberry Pi 5 is limited and lacks software support.
praseodym
·il y a 4 mois·discuss
This is exactly why I’ve to replaced my home server by a low-power x86 NUC instead. No custom build needed to run NixOS and idle power consumption turns out to be slightly lower than the Raspberry Pi 5.
praseodym
·il y a 4 mois·discuss
They sent out an email to clarify that there will be no age verification and that the '18 or older' rule was introduced to avoid that:

> You must be at least 18 years old to use the Service (Zed’s AI-enabled software-as-a-service offering, including features like account creation/sign in, Zed Free and Zed Pro, and collaboration). See https://zed.dev/terms#21-eligibility. We set the threshold at 18 due to children's data privacy obligations under COPPA, equivalent international frameworks, and an increasing number of state and regional laws that extend protections to anyone under 18. Those regulations require parental consent verification, age-gated data handling, and separate retention policies for minors. Building and maintaining that infrastructure is a real cost for a small team, and getting it wrong carries regulatory risk. Setting the line at 18 lets us maintain a single privacy framework for all account holders without carve-outs.
praseodym
·il y a 4 mois·discuss
The hardware is great, but the software is lacking. macOS only supports resolution-based scaling which makes anything but the default 200% pixel scaling mode look bad. For example, with a 27" 4K display many users will want to use 150% or 175% scaling to get enough real estate, but the image will look blurry because macOS renders at a higher resolution and then downscales to the 4K resolution of the screen.

Both Windows and Linux (Wayland) support scaling the UI itself, and with their support for sub-pixel anti-aliasing (that macOS also lacks) this makes text look a lot more crisp.
praseodym
·il y a 5 mois·discuss
Microsoft MS-DOS and Windows supported this in the 90s with DriveSpace, and modern file systems like btrfs and zfs also support transparent compression.
praseodym
·il y a 6 mois·discuss
Issues caused by restoring from backups were super common in the early iOS days. It makes me wonder how many weird bugs can be fixed these days by starting from scratch instead of migrating years of cruft through backup/restore.
praseodym
·il y a 6 mois·discuss
They might not be dependent on ad revenue, but they are a greedy company that will not leave any money on the table. Next year, more ads are coming to the App Store that already generates a profit of over $10 billion/year: https://9to5mac.com/2025/12/17/apple-announces-more-ads-are-...
praseodym
·il y a 8 mois·discuss
MacOS doesn’t have a gatekeeper status in the Digital Markets Act (DMA), so Apple doesn’t need to provide it. This shows that they only provide the SDK because of regulatory pressure, and try to maintain their vendor lock-in where possible.
praseodym
·il y a 8 mois·discuss
Multipoint connectivity is part of the spec but apparently AirPods only support it if you pretend to be an Apple device.
praseodym
·il y a 9 mois·discuss
The FAQ mentions there will be only 12 days of puzzles and no global leaderboard: https://adventofcode.com/2025/about#faq_num_days

The AoC author also posted about this on Reddit: https://www.reddit.com/r/adventofcode/comments/1ocwh04/chang...
praseodym
·il y a 10 mois·discuss
There is one, developed by the Zed team in collaboration with Gemini. And Claude Code is also supported now.

https://agentclientprotocol.com/overview/introduction
praseodym
·il y a 10 mois·discuss
Or other services, such as translation using Google Translate.