Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
j-krieger
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
j-krieger
5y ago
Because you can't force a 'free' market by introducing even more regulation and aggressive enforcement?
2.
▲
by
j-krieger
5y ago
"Few products escape the Amazon touch," the Duke said. "Books, the cloud, foodstuffs, servers, credit cards, insurance, tv, music - the most prosaic and the most exotic . . . even our poor handmade products from
3.
▲
by
j-krieger
5y ago
>I would add that it's misleading to generalize the experience of tech workers to workers at large I would add that it's misleading to generalize the experience of american tech workers to tech workers at large. Anywhere else
4.
▲
by
j-krieger
5y ago
> a terrorist organization will control a nation those are the terrorists the US created by mercilessly bombing their civilian relatives.
5.
▲
by
j-krieger
5y ago
This is a very ironic comment considering that the soviets, not the US liberated Europe from Germany. They fought the hardest battles, lost the most soldiers, fought for the longer time and were first in Berlin. The public just believes oth
6.
▲
by
j-krieger
5y ago
I feel a lot of empathy for OP, but there are some choices I find very difficult to understand. > our child, with life-saving intervention, surgeries, and therapy, could, and should live a happy, healthy, fulfilled life, at least until a
7.
▲
by
j-krieger
5y ago
Note that you may have this opinion because you started with jQuery first , and you're already familiar with it. Some things are not at all intuitive for beginners in jQuery, either.
8.
▲
by
j-krieger
5y ago
Talk about moving goalposts..
9.
▲
by
j-krieger
5y ago
I think it falls into a different category. Lucky in this regard is being in the right situations at the right time.
10.
▲
by
j-krieger
5y ago
> What if most of serious wealth and success is decided at birth? There is no 'what if'. It's just a fact. You can pretty accurately predict what a child will be able to attain in life by looking at their zip code.
11.
▲
by
j-krieger
5y ago
The difference being that gates was never in any real danger. His credits didn't disappear. He lived in a paid for apartment. He did not have to worry about money, and if he chose, he could've gone back to college at any time. It
12.
▲
by
j-krieger
5y ago
> The surging anti-monopoly movement has been greeted with skepticism from the left, some of whom suspect the whole thing is merely fetishizing competition for its own sake I wish it would become less common place on HN to share articles
13.
▲
by
j-krieger
5y ago
Man, I'm excited to see them answer this one.
14.
▲
by
j-krieger
5y ago
HTML and CSS were never denigrated. There's not one superficial feature which doesn't make sense. Most of it is barebones. If I had to pick one feature the blows the scope out of proportion, it would be the `is` selector, but that
15.
▲
by
j-krieger
5y ago
Why? They are the best layouting tools we have to this day. Or do you want to go back to TextElement textElement = new TextElement(); textElement.position(100, 100); textElement.color(Colors.RED); textElement.alignment(Alignment.
16.
▲
by
j-krieger
5y ago
I enjoy christines style of writing very much. I can only recommend it to anyone out there interested in dev ops, rust or nix. Her narrative style and different characters may be a bit jarring at first, but I got used to it pretty fast.
17.
▲
by
j-krieger
5y ago
I'd argue service workers are a pretty rare thing to debug
18.
▲
by
j-krieger
5y ago
I love modern frontend development. I can build apps that scale easily to hundreds of thousands of users. They are fast where they need to be fast, and building components means complexity lives only where it's needed. Static parts are
19.
▲
by
j-krieger
5y ago
How about editing your above comment that was badmouthing react then?
20.
▲
by
j-krieger
5y ago
I use eleventy with preact. This setup also consists of writing markdown files, with the added convenience of a react-like workflow that generates static html. My entire homepage and blog weigh about 20kb. I really like it.
21.
▲
by
j-krieger
5y ago
The above user mentioned what‘s wrong with writing everything from scratch, but you chose to conveniently skip it. Developers stay only for short amount of times compared to the lifetime of the product. New developers inherit all the tech d
22.
▲
by
j-krieger
5y ago
I used TinaCMS for pesonal projects. What the Github Page doesn‘t tell you is that it‘s incredibly heavy, and due to it being integrated tightly in your code it‘s shipped in the bundle.js file when using gatsby. There exists an open ticket
23.
▲
by
j-krieger
5y ago
You don't even need those. React itself will warn you directly in the browser console
24.
▲
by
j-krieger
5y ago
So what. I've been a backend dev before I turned to front-end and web stuff. React has like a dozen top level functions and approaches. No backend project I have ever seen was this simple to program. How much more simple does it have t
25.
▲
by
j-krieger
5y ago
It's because react works with immutable state. Svelte instead opts for compile-time magicks to handle state. Angular uses decorators to manage state. This has turned out to be an unwise descision because javascript decorators have chan
26.
▲
by
j-krieger
5y ago
These giant monstrosities are really easy to avoid. Redux Actions make locating a state change a breeze. I have worked on giant applications that did not use a redux-like approach to state and it was a horrendous mess.
27.
▲
by
j-krieger
5y ago
You think that it‘s just reassignment in svelte? I don‘t think so. Counter in this example is likely a proxy object that knows when it‘s changed and tells svelte to re-render. It‘s also not immutable, which can cause very confusing interact
28.
▲
by
j-krieger
5y ago
They do consider it, however they put the needs of the many before the needs of the few.
29.
▲
by
j-krieger
6y ago
Why unite when you can have significant performance and battery time gains, depending on the use case? Unification isn‘t the holy grail. There is a reason we use a fork to pick up food and a spoon to eat soup. Both could be done with a spor
30.
▲
by
j-krieger
6y ago
You're describing me and my ''kind'' of programmers very well. I try to make myself interested in your problems. However, most of them seem really ''otherworldy'' to me or are in a domain I don&#
More ›