HN user

justaj

606 karma
Posts24
Comments415
View on HN
arstechnica.com 1mo ago

Pokémon Go players unwittingly contributed to tech with military drone uses

justaj
4pts0
ludditus.com 10mo ago

30 Years Defending Linux – Until I Called It Quits

justaj
5pts5
vkc.sh 2y ago

I'm closing up shop on my Mastodon for the foreseeable future

justaj
65pts82
billydm.github.io 3y ago

DAW Front End Development Struggles

justaj
2pts2
0pointer.net 3y ago

On IDs (2010)

justaj
1pts1
blog.palark.com 3y ago

Companies make millions on Open Source

justaj
4pts1
news.ycombinator.com 4y ago

Ask HN: Anyone else getting HTTP 403's when browsing HN?

justaj
2pts2
hackernoon.com 4y ago

Politics in Social Media: Bots, IDM and Decentralized Moderation

justaj
3pts0
news.ycombinator.com 4y ago

Tell HN: DuckDuckGo now seems to have tracking links on its HTML search results

justaj
17pts14
christine.website 4y ago

Fun with Redirection

justaj
13pts1
utcc.utoronto.ca 5y ago

The Bourne shell lets you set variables in if expressions

justaj
67pts31
theevilskeleton.frama.io 5y ago

Response to Flatkill.org

justaj
1pts0
www.theregister.com 5y ago

Stack Overflow hack was guided by advice from none other than Stack Overflow

justaj
2pts0
www.heise.de 5y ago

Judge orders TutaNota to implement monitoring capabilities

justaj
3pts1
mobile.twitter.com 5y ago

X: One of our customers wants a new feature in our product

justaj
3pts0
www.techradar.com 6y ago

Microsoft wants to use your brain to mine for cryptocurrency

justaj
3pts0
old.reddit.com 6y ago

OS Security: iOS vs. GrapheneOS vs. Stock Android

justaj
1pts0
www.notebookcheck.net 7y ago

250 scientists sign petition warning of dangers posed by wireless devices

justaj
1pts0
github.com 7y ago

Iridium will become a paid extension

justaj
4pts1
blogs.gnome.org 7y ago

Getting the team together to revolutionize Linux audio

justaj
2pts0
www.topichunt.com 7y ago

How to Code Like the Top Programmers at NASA – 10 Critical Rules

justaj
1pts0
www.winepak.org 8y ago

Winepak – Flatpak-Ing Microsoft Windows Applications with Wine

justaj
2pts0
github.com 8y ago

EzPi4ME – Using a Raspberry Pi to Get Rid of Intel ME for Dummies

justaj
1pts0
news.ycombinator.com 8y ago

Ask HN: Why is Docker so popular in comparison to other containerization tech?

justaj
144pts103
CSSQuake 1 month ago

If this is CSS only, then why does in need JS to run?

And what if you let a human expert fact-check the output of an LLM? Provided you're transparent about the output (and its preceding prompt(s)) ?

Because I'd much rather ask an LLM about a topic I don't know much about and let a human expert verify its contents than waste the time of a human expert in explaining the concept to me.

Once it's verified, I add it to my own documentation library so that I can refer to it later on.

Matrix v1.15 1 year ago

Thank you for your extensive reply.

a flakey feature for new users was (correctly) considered worse than not having a feature at all.

Would you say that implementing a flakey feature in the first place was a bad idea? I'd think that once users get dependant on a certain feature (no matter how lacking in its usefulness), it's going to be tougher for them taking it away than not shipping it in the first place.

On one server (matrix.org) the room directory is currently locked down to stop it filling up with spam

Yes, that's what I was initially talking about since I'm (mostly) on the matrix.org homeserver. I'm glad this is a temporary situation.

However, good news is that we've finally moved to Element X Web (codenamed as Aurora: https://github.com/element-hq/aurora),

Oh I wasn't aware of this. This is excellent news! I hope it gets lots of attention in the (near) future. I'm guessing that the enshittification of Discord is about 2 to 3 years away at this point, so I believe having a proper alternative would do wonders for the open ecosystem.

To improve the UX with clients, we had to improve the protocol.

While I believe this to be the best way forward, was it also the fastest way to acquire a userbase? If we look at Bluesky for instance, they pretty much did the reverse of what Matrix.org did, and (I think) thus was in a position to garner hefty growth as a result.

Matrix v1.15 1 year ago

While that would perhaps be the best solution in the long run, wouldn't you agree that gains in userbase necessary for growth (or at least sustainability) are predicated upon how good the UX is _currently_ ?

Matrix v1.15 1 year ago

Matrix isn’t perfect but it has only improved in the 5 years I’ve been using it.

I'd very much like to disagree.

From the top of my head, in the past few years of using Element Web:

- Notification center is now gone.

- Room search is now only limited to official Matrix rooms.

- At peak it consumes ~2.2 GB of RAM.

- UI feels more sluggish by the day.

- Loading it now takes ~10 minutes.

- Using it as an IRC bouncer (to Libera) is now gone, which was what initially attracted me in the first place.

And I don't even use the voice / call functionality of Element Web.

I somewhat understand the reasoning behind the decisions, but I feel like they should have improved the UX first before working on the protocol itself.

Becoming self-taught? Currently I'm learning POSIX shell scripting and installing OpenBSD and FreeBSD in my local VMs on the weekends, and since AI is helping me, I'm able to gain 3 to 4 times more experience than I would otherwise have gained.

All of those skills might come in handy in the future.

Would you say Blender is a nice tool for this purpose? I'd much rather learn one graphical tool which does a lot of different stuff than lots of different graphical tools that do different specific things (it's a different story in the terminal though :))

The biggest i3wm issue I still have is that I can't just do the equivalent of "Hey spawn this window over there with these dimensions"

No, I have to first specify a window with some regex which will "swallow" the application window name and if I want to specify other dimension parameters well good luck.

It's also frustrating to have an unexpected reboot, and not being able to restore all the containers and their windows.

Though perhaps most of these are X11 limitations and are not present on Sway?