HackerTrans
TopNewTrendsCommentsPastAskShowJobs

NikxDa

768 karmajoined 9 năm trước

Submissions

Show HN: I visualized "Who's Hiring?" vs. "Who wants to be hired?" over time

bsky.app
1 points·by NikxDa·10 ngày trước·0 comments

Trump administration drops $1.8B 'anti-weaponisation' fund

bbc.com
2 points·by NikxDa·tháng trước·0 comments

How the heck do solar panels work?

perthirtysix.com
15 points·by NikxDa·2 tháng trước·0 comments

Compositing and Blending

nik.digital
3 points·by NikxDa·2 tháng trước·1 comments

The Seasons Are Wrong

kentwalters.com
43 points·by NikxDa·3 tháng trước·60 comments

Disney Animation – Filmmaking Process

disneyanimation.com
2 points·by NikxDa·6 tháng trước·0 comments

The search for the vanished diver at Vortex Spring

thartribune.com
1 points·by NikxDa·7 tháng trước·1 comments

comments

NikxDa
·3 ngày trước·discuss
Seems like it, but since you can self host it, you still get a lot more control over the data than using one of the aforementioned hosted offerings
NikxDa
·3 ngày trước·discuss
Super cool, especially that the code is annotated!

In case the author is reading: The decorative feather images are between 2MB to almost 5MB in size. Compression might be in order to save users time and bandwidth, and make the site look less broken while the images are partially loaded :)
NikxDa
·9 ngày trước·discuss
Encryption at rest means they have the key. End to end means they don‘t. Huge difference!
NikxDa
·9 ngày trước·discuss
And yet other people rely on it doing exactly the opposite. Aside from whether this behavior is useful, it is never warranted to change such an important thing unannounced.
NikxDa
·15 ngày trước·discuss
From what I can tell, his argument seems to be that

1. no code was manually copied by a developer, and

2. all software in the same space copies off of each other

But the big giveaway here is the exact same layout/copywriting on both products. Telling an LLM "write this product and build a 1:1 clone" is still copying by all sensible definitions. The fact that he argues nothing was copied is ridiculous.
NikxDa
·18 ngày trước·discuss
I can‘t help but wonder what goes on inside of the upper management of these big companies, and why nobody ever stops for a moment to think about whether what they are up to does any good for the end users beyond making more money.

But then again, this is very on brand for Meta/Zuck, so I‘m not surprised.
NikxDa
·tháng trước·discuss
Even if they are not (which I most definitely think they are), a good writer would know and avoid them, as sad as it is that there is a need for this
NikxDa
·2 tháng trước·discuss
directionally very bad
NikxDa
·2 tháng trước·discuss
I spent the last few months learning about compositing and blending and this interactive blog post is the result.

I hope HN enjoys it, and I'd love to hear your thoughts (good and bad)!
NikxDa
·4 tháng trước·discuss
Not what I'm saying, but this has happened _so many times_ and nothing has come of talking about it so far. I would love to see things change, but in this specific instance I'm not holding my breath
NikxDa
·4 tháng trước·discuss
[flagged]
NikxDa
·4 tháng trước·discuss
I believe this was originally explored by Sam Henri Gold, at least that's the first time I saw it a while ago :)

Links: https://samhenri.gold/labs/20250906-lid-angle-sensor/ https://github.com/samhenrigold/LidAngleSensor
NikxDa
·4 tháng trước·discuss
He's also the person who originally came up with the creaking door: https://bsky.app/profile/samhenri.gold/post/3ly7252lx422d
NikxDa
·4 tháng trước·discuss
German trains have very much to complain about, but honestly, their customer facing IT is pretty good. I've not had to deal with PDF tickets nor printed tickets in years.

The website and app work well, in my experience. It's all pretty sleek and modern, too. It's the one area they do a good job in, to be honest.
NikxDa
·5 tháng trước·discuss
This is super cool, and I wish something like this existed at my place, as it enables information sharing without the need for phones/actual screens that shine in your face when the lights are low or tempt you to doomscroll.

That said, the large primary display this uses is $2000. That's very hard to justify for any "normal" household, and that's without any mounts, backend, services etc.
NikxDa
·6 tháng trước·discuss
I‘m at https://nik.digital :)

Some others: https://samwho.dev https://www.nicchan.me
NikxDa
·7 tháng trước·discuss
I appreciate the author being vulnerable like this in a public setting. It's easy to see why it would be scary, especially since admitting being wrong or not knowing something can easily be turned into questioning one's overall competence.

I wish we'd be more open about our flaws and knowledge gaps in general. I think we'd all benefit.
NikxDa
·10 tháng trước·discuss
The suggestion to have the server return the table directly starts bringing presentational concerns into the backend, which I am not a big fan of.

Having the server return plain JSON means the APIs can be reused across products effortlessly and also means that all style changes can be done in the same codebase.

I get reminded of how important this is every time I get to work on an old project that has APIs return HTML that is then being inserted into the DOM by something like jQuery. Figuring it out and updating it is typically a huge mess.
NikxDa
·10 tháng trước·discuss
Yes, China, the bastion of free speech...

https://freedomhouse.org/country/china/freedom-world/2025
NikxDa
·3 năm trước·discuss
Arguably, this is the worst of both worlds. In a React world, you'd have a <Button variant="primary"> component for this.

By using @apply excessively, now you have to deal with class names and the resulting messy conflicts, and yet you still can't/don't write plain CSS and harness its full power.

@apply is one of Tailwind's worst features, imo.