Readit News logoReadit News
pmontra commented on It is worth it to buy the fast CPU   blog.howardjohn.info/post... · Posted by u/ingve
einpoklum · 15 hours ago
This is quite the silly argument.

* "people" generally don't spend their time compiling the Linux kernel, or anything of the sort.

* For most daily uses, current-gen CPUs are only marginally faster than two generations back. Not worth spending a large amount of money every 3 years or so.

* Other aspects of your computer, like memory (capacity mostly) and storage, can also be perf bottlenecks.

* If, as a developer, you're repeatedly compiling a large codebase - what you may really want is a build farm rather than the latest-gen CPU on each developer's individual PC/laptop.

pmontra · 5 hours ago
My most cpu intensive task is running the full test suite of a customer's Rails app. I can probably shave off a large percentage of its running time, but it also contains integration tests run with chrome. What I do to shorten the test time is running only the ones of the files that changed. The boot time of Rails is there anyway.

The CI system is still slower that my laptop. We are not really concerned about it.

I'm waiting for something to fail because $3000 on a laptop won't make me gain $3000 from my customer.

pmontra commented on I run a full Linux desktop in Docker just because I can   howtogeek.com/i-run-a-ful... · Posted by u/redbell
pmontra · 2 days ago
Samsung DEX had a Linux desktop package in 2018. It was a lxd container based on Ubuntu 16.04. They developed it in collaboration with Canonical. Unfortunately they deprecated it shortly after, maybe already in 2018. The next Android update would remove it.

It worked but Android killed it mercilessly if it used too much memory or the rest of the system needed it.

pmontra commented on 'Reading crisis' prompts Denmark to end 25% tax on books   rte.ie/news/world/2025/08... · Posted by u/austinallegro
tossandthrow · 4 days ago
Why the general incompetency added on?

Ad the other commenter wrote: The 25% is assumed - this has nothing to do with competence but to what level an assumption is true.

Everybody can point fingers at 25 year old code and call the developers incompetent because surrounding requirements have changed.

pmontra · 4 days ago
Considering that's 25 year old code I'd expect at least a

  #define VAT 0.25
and not hardcoded values all around the source code. However I don't expect a table (db table, array, etc) of product categories with their own VAT code or a user defined exception list. That extra code would inevitably add bugs that are not worth the trouble. Adding an exception for books probably requires an update of the apps.

pmontra commented on Digg.com is back   digg.com/... · Posted by u/thatgerhard
number6 · 4 days ago
Ok for someone that came late to the party - what is digg?

"Humancentric technology at the edge" - love this in my sci-fi books but what does it do?

pmontra · 4 days ago
The buzzwords are news aggregator, or social bookmarking.

Kind of HN for the masses. I don't remember if there were comments but one could vote links up or down.

pmontra commented on FFmpeg moves to Forgejo   code.ffmpeg.org/FFmpeg/FF... · Posted by u/whataguy
BlueTemplar · 8 days ago
Why is it a major pain? Isn't it part of git workflow?

Or is this because most developers got complacent in only using GitHub and similar?

pmontra · 8 days ago
Because only a few people used that. The usual workflow I saw before GitHub made PRs popular was:

one local repo per developer (or more repo if they wished so),

one central shared repo,

push a feature branch to the central repo,

somebody pulls the branch, reviews the changes and poss the merge them in the preproduction branch, or go back to the developer,

some test build deploy procedure,

acceptance tests, pass or go back to development,

merge in the production branch,

test build deploy.

pmontra commented on FFmpeg moves to Forgejo   code.ffmpeg.org/FFmpeg/FF... · Posted by u/whataguy
picafrost · 8 days ago
It's cool to see such an impactful project choose sovereignty. I hope more projects follow their example.

If you're a backbone-of-the-internet project like FFmpeg is, living on GitHub seems horrible. You will be subjected to thousands of low quality pull requests and issues from people searching for typos to fix, adding a line of white space for a contrived reason, or similar nonsense changes. Just so they can put "FFmpeg contributor" on their CV (or whatever).

pmontra · 8 days ago
FFmpeg seems to have dealt with that problem when they still were on github. This is the paragraph at the end of the readme:

> Contributing

> Patches should be submitted to the ffmpeg-devel mailing list using git format-patch or git send-email. Github pull requests should be avoided because they are not part of our review process and will be ignored.

An agentic LLM bot is likely to have no problems at creating a patch and mailing it but it's a major pain for most human developers. Furthermore they can ban source email addresses and vet potential contributors before letting them in the mailing list.

pmontra commented on Volkswagen locks horsepower behind paid subscription   autoexpress.co.uk/volkswa... · Posted by u/t0bia_s
pmontra · 8 days ago
> Volkswagen says that while selecting the performance upgrade increases net power by 27bhp and the maximum torque from 265Nm to 310Nm, it does not affect range.

Energy from thin air or "you won't push that pedal hard enough to use those extra HPs," except maybe a couple of demo runs, "so you're paying a subscription to please your ego but not to go any faster"?

pmontra commented on Volkswagen locks horsepower behind paid subscription   autoexpress.co.uk/volkswa... · Posted by u/t0bia_s
dv_dt · 9 days ago
"As the car is registered at 228bhp from the factory, owners won’t need to inform their insurance company, either way."

So does this imply that if insurance companies charge higher rates for higher hp, that non subscribers incur higher costs for a feature that they don't get the benefit of?

pmontra · 8 days ago
Worse than that. My country's car ownership tax is based on the kW of the engine.
pmontra commented on Wikipedia loses challenge against Online Safety Act   bbc.com/news/articles/cjr... · Posted by u/phlummox
yard2010 · 13 days ago
This is not working. A few decades later the biggest party is like 50% of the politicians.

My theory is that power accumulates like money so you end up having few people with all the power. It's not that original, I must've read it somewhere.

pmontra · 11 days ago
Italy, Germany, France demonstrate that this is not the case.

Edit: Spain too. Probably every single European country except the UK.

u/pmontra

KarmaCake day16202May 12, 2014View Original