Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mirpa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mirpa
4mo ago
Think problem is not in advanced features but in stability, integration and streamlining - compared to Rust/cargo.
2.
▲
by
mirpa
5mo ago
Why don't you ask LLM?
3.
▲
by
mirpa
5mo ago
I red it and its terrible nonsense.
4.
▲
by
mirpa
5mo ago
Zig devs don't find LLMs to be net positive, what is so hard to understand? You can write your own compiler with LLM yourself, nobody is standing in your way.
5.
▲
by
mirpa
5mo ago
It is open source. Many companies which contribute to it are American, but nobody from America can tell you what you can or cannot do with it - unlike Microsoft or Apple with their proprietary OS being forced by US government.
6.
▲
by
mirpa
5mo ago
Yes, company Škoda is from Czech Republic where we have shared-use paths for cyclists and pedestrians. It is not "necessary". You should not be wearing noise canceling headphones while being in traffic - it makes you more liable i
7.
▲
by
mirpa
5mo ago
All you need is one authority which defines who can verify age threshold (government). Those who can verify age threshold need to know your age and identity (bank). Those who are bound to restrict access based on age only need to know in wh
8.
▲
by
mirpa
5mo ago
Why do you have to wait in jail for lab result?
9.
▲
by
mirpa
7mo ago
Non of which is necessary to verify you crossed age threshold. Websites are just lazy, maybe on purpose. Accepting this kind of low effort age verification would be foolish.
10.
▲
by
mirpa
8mo ago
I tried to list available packages on NixOS and nix-env consumed more than 6 GB Ram. Everyone told me not to use nix-env; everyone except NixOS manual. Trying to understand NixOS environment is a deep rabbit hole.
11.
▲
by
mirpa
9mo ago
I had to edit windows registry to fix the worst misfeatures of start & context menu. I never found solution to random wake up after suspend or missing icons after wake up - MS support was useless. Linux desktop even with non-zero amount
12.
▲
by
mirpa
10mo ago
Stopping greatly reduced issues with my stiff neck and I also noticed that my hands are not nearly as cold as before. I drink black tea time to time, but it is nowhere near as addictive as coffee so I have no trouble with moderation.
13.
▲
by
mirpa
11mo ago
I started using Proton recently and it is quite impressive. Some games have native support, some use Vulkan, others want to run on SteamDeck. I haven't booted Win 11 in more than a month. Not having to dual boot any time I want to swit
14.
▲
by
mirpa
11mo ago
CVE-2024-3094 is it? You can argue that in C it is much easier to obfuscate your exploit. Implementing something in C is also a lot more work, so you might be also inclined to use 3rd party library.
15.
▲
by
mirpa
11mo ago
That depends on your definition. Programming languages often deviate from mathematics when it comes to definition of variables, functions etc. That is by choice, Haskell tried to be as close to mathematical definition as possible.
16.
▲
by
mirpa
1y ago
It reminded me of Firefox attempts at rewriting part of C++ codebase and failing - because of C++ complexity; but succeeding later because of Rust https://blog.rust-lang.org/2017/11/14/Fearless-Concurrency-I..
17.
▲
by
mirpa
2y ago
While you might argue which drug is dangerous and which isn't, ban on drugs is not arbitrary decision. You can't do whatever you want with your body, because you might loose control and hurt others. Drug abuse affects others as we
18.
▲
by
mirpa
2y ago
I think you need extension which will integrate language server. I installed extension for Haskell and it works out of the box.
19.
▲
by
mirpa
2y ago
I can certainly tell difference between 60 and 120 Hz in fast paced games, but I would not notice it in UI.
20.
▲
by
mirpa
2y ago
You might try: https://github.com/turion/rhine-koans it is tutorial for FRP library Rhine, well commented with tests
21.
▲
by
mirpa
2y ago
> I can ask ChatGPT extremely specific programming questions and get working code solving it. I can do the opposite.
22.
▲
by
mirpa
2y ago
Gnome has practically no learning curve. Everything you need is top left/right corner and win/esc key.
23.
▲
by
mirpa
2y ago
Simplicity is feature on its own, you can't please everyone and you have other choices. Considering feature parity - I used small window managers in the past: Fvwm, Fluxbox, Pekwm... what made me eventually stick with Gnome was that It
24.
▲
by
mirpa
2y ago
I don't think UX is controversial, if you look at it from the perspective of average person. I was annoyed time to time by changes in Gnome UI. But I would not say I find KDE, XFce, Windows 11, Mac... more productive. I switched my old
25.
▲
by
mirpa
2y ago
See Gnome on Linux.
26.
▲
by
mirpa
2y ago
Adding flags to gcc should be just a matter of pkg-config. In bindings to high level languages that should be handled automatically.
27.
▲
by
mirpa
3y ago
Interaction between lifetimes in REPL would probably diminish any advantages REPL has to offer. REPL is easy to do in GC languages, trade off Rust made by choosing not to use GC. Best next thing you can use are tests which are part of Rust&
28.
▲
by
mirpa
3y ago
If you have specific workflow where the golden path is suboptimal, sure. But I would not think that average user has any preferences and for many users Gnome is very reasonable.
29.
▲
by
mirpa
3y ago
And Windows 11... web content in start menu, unproductive, extremely distracting - ugh
30.
▲
by
mirpa
3y ago
You can go around case sensitivity in user facing applications by using fuzzy search. Even command line tools can use Tab for autocompletion. Case for case sensitivity is not in ability to have two files which differ in case, but simplicity
More ›