HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dmm

no profile record

Submissions

Beware AI Productivity Theater

iknowa.spot
1 points·by dmm·há 2 meses·1 comments

'Point of no return': New Orleans relocation must start now due to sea level

theguardian.com
174 points·by dmm·há 2 meses·214 comments

Impeaching Donald J. Trump for High Crimes and Misdemeanors [pdf]

congress.gov
64 points·by dmm·há 3 meses·7 comments

The Film Students Who Can No Longer Sit Through Films

theatlantic.com
3 points·by dmm·há 5 meses·0 comments

Losing Confidence (In macOS)

mjtsai.com
2 points·by dmm·há 7 meses·0 comments

[untitled]

6 points·by dmm·há 10 meses·0 comments

comments

dmm
·mês passado·discuss
He didn't post a source either. Go look at the Atlanta Fed's wage growth data if you're actually interested.
dmm
·mês passado·discuss
> It's a k-type curve where the high deciles are getting higher and the lows are getting lower

The lowest quartile of income have had the highest growth the past four years.
dmm
·há 2 meses·discuss
Yeah it was a bad comment. I really misunderstood the grandparent.
dmm
·há 2 meses·discuss
I didn't say they were pickpockets. I was trying to point out the absurdity of correcting illegal activity by simply eliminating laws.

I love immigration. We should have lots of immigration! But it should occur within consistently, fairly enforced laws passed by our legislative system. I get that our immigration system is arguably broken and that it's very difficult to pass meaningful legislation, but that doesn't mean we should just allow whoever is president to dictate immigration policy.
dmm
·há 2 meses·discuss
[flagged]
dmm
·há 2 meses·discuss
What aspects of Rust do you find ugly? Can you provide three examples?
dmm
·há 2 meses·discuss
Are you referring to the author specifically? Or a specific hypocritical person you know? If you're making a general statement about groups of online people you might be falling for the group attribution error[1], where the characteristics of an individual are assumed to be reflective of the whole group.

In any case, two things can be simultaneously true:

1. Writing code is not the bottleneck, as in we can develop features faster than they can be deployed. 2. It's annoying and disruptive to be interrupted when doing work that requires deep focus.

[1] https://en.wikipedia.org/wiki/Group_attribution_error
dmm
·há 2 meses·discuss
Not even old town is safe.

“Even if you stopped climate change today, New Orleans’s days are still numbered,” he added. “It will be surrounded by open water, and you can’t keep an island situated below sea level afloat. There’s no amount of money that can do that.”
dmm
·há 2 meses·discuss
""" “New Orleans is not going to disappear in 10 years or anything like that, but policymakers really should’ve thought about a relocation plan a century ago,” said Dixon """

People have seen this coming for a long time. Here's a classic article about the channelization of the Mississippi by John McPhee from 1987: https://news.ycombinator.com/item?id=20636254
dmm
·há 3 meses·discuss
My main use case is emacsclient and vterm as a terminal multiplexer, in place of something like tmux or screen.

But even locally I use vterm. A terminal is just text, why wouldn't I manipulate it with emacs? At any time you can switch to `copy-mode` and it behaves like a read-only text buffer that you can manipulate as you please.
dmm
·há 4 meses·discuss
Pull-based streaming can work with webrtc. I implemented it for my custom ip camera nvr solution. I just open N streams on the client and when one is deactivated (typically by scrolling it out of the viewport), the client sends an unsubscribe message over a separate control channel and the server just stops sending video until they resubscribe.

I'm currently switching to a quic-based solution for other reasons, mainly that webrtc is a giant blackbox which provides very limited control[1], yet requires deep understanding of its implementation[2] and I'm tired[3].

I looked at moq-lite but decided against it for some reason. I think because I have <5 clients and don't need the fanout. The auth strategy is very different than what I currently use too.

[1] Why is firefox now picking that (wrong) ice candidate?

[2] rtp, ice, sdp, etc

[3] webrtc isn't bad for the video conferencing use-case but anything else is a pain
dmm
·há 4 meses·discuss
> I could use AI and have a working solution an hour later.

That sounds really cool. You should share what you used.

> The goal was not to become a Bluetooth archaeologist. The goal was to solve the problem.

I'm sympathetic to this view. It seems very pragmatic. After all, the reason we write software is not to move characters around a repo, but to solve problems, right?

But here's my concern. Like a lot of people, I starting programming to solve little problems my friends and I had. Stuff like manipulating game map files and scripting ftp servers. That lead me to a career that's meant building big systems that people depend on.

If everything bite-sized and self-contained is automated with llms, are people still going to make the jump to be able to build and maintain larger things?

To use your example of the BLE battery monitor, the AI built some automation on top of bluez, a 20+ year-old project representing thousands of hours of labor. If AI can replace 100% of programming, no-big-deal it can maintain bluez going forward, but what if it can't? In that case we've failed to nurture the cognitive skills we need to maintain the world we've built.
dmm
·há 5 meses·discuss
Incitement is only illegal when "directed to inciting or producing imminent lawless action".
dmm
·há 5 meses·discuss
> The classical cultural example is the Luddites, a social movement that failed so utterly

Maybe not the best example? The luddites were skilled weavers that had their livelihoods destroyed by automation. The govt deployed 12,000 troops against the luddites, executed dozens after show trials, and made machine breaking a capital offense.

Is that what you have planned for me?
dmm
·há 5 meses·discuss
Much more likely is that conditions for elder care will continuously degrade until MAID becomes most people's choice.
dmm
·há 5 meses·discuss
> Boom. Done. You had the answer already and just didn't reconcile your own thoughts.

TFR has been falling in the US since the 1800s, long before birth control.
dmm
·há 6 meses·discuss
whipper is built on cdparanoia but uses the AccurateRip database to verify the accuracy of your rip: https://github.com/whipper-team/whipper

Or you can run EAC in wine.
dmm
·há 6 meses·discuss
Unfortunately, many of these system don't offer any kind of local control, like the ability to monitor and set charge level. You have to use a cloud service with Ecoflow systems, for example.
dmm
·há 6 meses·discuss
LiFePo4 are generally safer and less prone to thermal runaway. The safety standard for home energy storage systems is UL9540 (UL9540A is different).
dmm
·há 6 meses·discuss
Does this system allow local control and monitoring, ie without a cloud service? Ecoflow does not, although someone has reverse engineered the bluetooth protocol for some models.

Is it UL9540(UL energy storage system safety standard) certified? I didn't see it listed in the specs but several of the ecoflow models are.