Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pkkm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
pkkm
2mo ago
This reads like a marketing stunt for Noma. The cute name, the logo, the clickbait title, the dramatic tone in an article that seems targeted at a non-technical audience... And the actual vulnerability is what, that if you give an LLM priva
2.
▲
by
pkkm
10mo ago
Similar feelings here. Ruby's philosophy of providing a ton of different ways to do the same thing can lead to some pretty sweet-looking code, almost like poetry... but I'd rather have Python's stylistic consistency and bette
3.
▲
Iommi: A toolkit to build web apps faster
(docs.iommi.rocks)
3 points
by
pkkm
1y ago
|
0 comments
4.
▲
by
pkkm
1y ago
PHP has its significant flaws, but superficial syntactic differences aren't among them. In my experience, it takes two weeks to get used to pretty much any syntax.
5.
▲
Timeouts and Cancellation for Humans (2018)
(vorpus.org)
1 points
by
pkkm
1y ago
|
0 comments
6.
▲
by
pkkm
1y ago
Thanks!
7.
▲
by
pkkm
1y ago
Is that different from what is happening already? A lot of people won't adopt a language/technology unless it has a huge repository of answers on StackOverflow, mature tooling, and a decent hiring pool. I'm not saying you
8.
▲
by
pkkm
1y ago
> the inefficacy of the popular forms of 'brainstorming' compared to the more painful forms that work Interesting, what's your recommended resource for learning more about this?
9.
▲
by
pkkm
1y ago
I'm not the creator, the credit for that goes to Arie Bovenberg. I just wanted to show this to people.
10.
▲
by
pkkm
1y ago
I think wesselbindt meant that datetimes should not inherit from dates.
11.
▲
by
pkkm
1y ago
> My theory: what matters isn't "best practices", it's have a coherent conceptual design and code that reflects that design. I think so too; that said, the language could definitely be better. It suffers from a lot of
12.
▲
by
pkkm
1y ago
Programming with string templates, in a highly complex and footgun-rich markup language, is one of the things I find most offputting about the DevOps ecosystem.
13.
▲
by
pkkm
1y ago
I'm not seeing any empirical data in the article.
14.
▲
Whenever: Typed and DST-safe datetimes for Python
(github.com)
286 points
by
pkkm
1y ago
|
143 comments
15.
▲
Ask HN: Easiest and hardest concurrency models to use correctly?
10 points
by
pkkm
1y ago
|
3 comments
16.
▲
by
pkkm
1y ago
Both JS and PHP are rather footgun-rich languages; have you tried Python, Java, Kotlin, or C#?
17.
▲
by
pkkm
1y ago
Could someone who's more familiar with this project explain the advantages? To me, the main advantages of systemd are 1) It enables better separation of concerns, Twelve-Factor App style. For example, user-installed programs no longer
18.
▲
by
pkkm
2y ago
I'm a lot less experienced than you, but since you're collecting ideas, I'll give my opinion. For me personally, the biggest improvements that could be made to C aren't about advanced type system stuff. They're thin
19.
▲
by
pkkm
2y ago
You don't need to make up your own for this experiment. There's already a pretty old protocol that's far superior to TCP, but failed to get adoption because of network hardware dropping everything other than TCP and UDP. It&#
20.
▲
by
pkkm
2y ago
Looks fixed to me, thanks! Now the die doesn't roll when I select an objective that has moved. That works, though I would prefer if these objectives were simply unselectable and the game had some kind of visual indication of which obje
21.
▲
by
pkkm
2y ago
> I was able to select an objective that had moved as a result of a card at the start of the day, could infinitely roll the dice with nothing happening. Same bug here, in Firefox 128. Also, while we're making suggestions, would it b
22.
▲
by
pkkm
2y ago
1.8 MB standalone executable! That's cool to see in an era of huge apps.
23.
▲
by
pkkm
2y ago
Interesting choice of window manager. Has anyone here used PaperWM and can comment on how its "scrollable" interface compares to more traditional tiling WMs like i3?
24.
▲
Ask HN: How do you handle observability and alerting at tiny companies?
6 points
by
pkkm
2y ago
|
6 comments
25.
▲
by
pkkm
2y ago
Sure, it's different from the old way, but I don't think "unintuitive" is the right word for that. systemd forced people to change their habits so that it could be more intuitive. Of course, people are going to disagree
26.
▲
by
pkkm
2y ago
> I have to look up the very fiddly and unintuitive systemd commands all the time. service start? service.foo start? start foo.service? Oh right, sudo systemctl start service.foo I don't get this complaint. It's the same order
27.
▲
Poll: How do you approach testing at work?
3 points
by
pkkm
2y ago
|
2 comments
28.
▲
by
pkkm
2y ago
We have few or no tests and we're fine with that
29.
▲
by
pkkm
2y ago
We have few or no tests but we'd like to change that
30.
▲
by
pkkm
2y ago
We focus on unit tests and do a lot of mocking
More ›