Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chmln
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
chmln
4y ago
That whole example feels like a strawman, from my (maybe limited) experience something that's rather the exception than the norm. First, lifetimes are elided in most cases. Second, the curly braces for the closure are not needed and ru
2.
▲
by
chmln
4y ago
I can vouch for purelymail ( https://purelymail.com/ ), it's simply amazing. Their only rule is basically no marketing emails. It's also quite affordable compared to others.
3.
▲
by
chmln
5y ago
Yes.
4.
▲
by
chmln
5y ago
It uses the shared mime database, which in turn relies on both file type and content to detect the mime.
5.
▲
by
chmln
5y ago
Having lived through the same frustrations I've released https://github.com/chmln/handlr a year ago. It comes with lots of nifty scripting tools and significant improvements over xdg-open
6.
▲
by
chmln
6y ago
> One of the most common use cases for the `ctrl` key is COPYING shit and followed by PASTING shit and it DOES NOT WORK in a fucking TERMINAL... Because `ctrl-c` sends an interrupt Most terminals today have a copy-on-select feature, whic
7.
▲
by
chmln
6y ago
Shameless plug: https://wire.js.org/ as an alternative focused on type safety and productivity.
8.
▲
Wire – a new type-safe state management library for React
(wire.js.org)
1 points
by
chmln
6y ago
|
0 comments
9.
▲
by
chmln
6y ago
> There's no consistency Just a reminder there's like 7 different context menu styles in Windows 10, not to mention two control panels.
10.
▲
by
chmln
6y ago
All of these are optional, just disable and use an alternative? I use resolved and timesyncd however and they work amazing for my basic needs on the laptop.
11.
▲
by
chmln
6y ago
Almost every point made here is basically false. The best performing languages are imperative (C, C++, Rust), with functional languages being at least an order of magnitude slower both in benchmarks and real-life workloads. Whatever propert
12.
▲
by
chmln
6y ago
Immigration has a direct impact on the labor market. Unlimited migration would likely outpace any sort of economic growth and massively depress wages. I would not look forward to competing with an order of magnitude more candidates for jobs
13.
▲
by
chmln
6y ago
Wanting to make a livable wage is not greed. Besides, unchecked migration would lead not only to seriously depressed wages but also massive social issues.
14.
▲
by
chmln
6y ago
Well the privileged extension requires root, which is what I was alluding to in my post :)
15.
▲
by
chmln
6y ago
Note that you can totally do all of those if you root your device. Highly recommend.
16.
▲
by
chmln
6y ago
Because of "composability", even if the highly coupled functions will likely never be reused. And leaky "abstractions" that create more problems than they solve but look cooler than doing things the straightforward way.
17.
▲
by
chmln
6y ago
Perhaps it's worth educating yourself on possible reasons. r/politics and HN are not the best places to do that, to put it mildly.
18.
▲
by
chmln
6y ago
That's definitely true as well - some responses by poettering in systemd issues in particular are unnecessarily condescending and very unprofessional. Also, while systemd and pulseaudio were heavily pushed by many distros, alsa was and
19.
▲
by
chmln
6y ago
I think it's a small but very loud minority that hates on systemd, pulseaudio, etc. Majority of users, like me, never really comment on those two because they do their job so well - they get out of my way and just work.
20.
▲
by
chmln
6y ago
This is practically the end of Mozilla, a sad result of horrendous mismanagement. Instead of pouring all its resources to make a superior browser and thus attract more money by having bigger market share, they just stagnated. They bought po
21.
▲
by
chmln
6y ago
That makes no sense. People might not know about WASM or Rust, but people like fast browsers. Rust is what powers Servo, which in turn made performance of Firefox somewhat acceptable. Gutting both teams is extremely short-sighted.
22.
▲
by
chmln
6y ago
> If you look today at who is studying an AP course for computer science in an American high school, what you will see is a group of people that are more male, white, urban, and more affluent than the country as a whole. That is what we
23.
▲
by
chmln
6y ago
Some terminals can, kitty for instance.
24.
▲
by
chmln
6y ago
That document is not particularly enlightening either. > we're removing the types from internal code and making it pure JS. this reduces complexity and helps us ship a faster product Yeah, because dropping static types from 10K line
25.
▲
by
chmln
6y ago
> TypeScript compile time when changing files takes several minutes, making continuous compiling an excruciatingly slow process They must be doing something horribly wrong, because tsc takes literally 1 second for my 3KLOC codebase[1] in
26.
▲
by
chmln
6y ago
10K is a lot of code. As a maintainer of a popular 3k LOC typescript library, even at 1k LOC you start running into frequent type-related bugs with JavaScript
27.
▲
by
chmln
6y ago
Sadly, alacritty feels like such a waste of effort. The input lag is pretty bad, and text processing performance is a non-issue with most terminals. I've used xterm for years and never felt it was too slow at that. Latency makes much m
28.
▲
by
chmln
6y ago
The very first thing I do after buying any laptop is completely wiping everything and installing Linux or re-installing Windows. I think it's best to always start from clean slate because even 'good' manufacturers put a tonne
29.
▲
by
chmln
6y ago
I mean, buying a brand-new device and using Ubuntu 19.04 with the 5.0 kernel from a year ago and outdated packages is begging for trouble. Since linux drivers live mostly in kernel space, for new devices I would imagine a lot of issues woul
30.
▲
by
chmln
6y ago
> The next couple of years will be easy mode, for sure Sadly this isn't true for a lot of math/computer science courses, speaking from very recent experience. While having an open book and even online access is an advantage, ma
More ›