HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mirpa

no profile record

comments

mirpa
·2 bulan yang lalu·discuss
Think problem is not in advanced features but in stability, integration and streamlining - compared to Rust/cargo.
mirpa
·2 bulan yang lalu·discuss
Why don't you ask LLM?
mirpa
·2 bulan yang lalu·discuss
I red it and its terrible nonsense.
mirpa
·2 bulan yang lalu·discuss
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.
mirpa
·3 bulan yang lalu·discuss
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.
mirpa
·3 bulan yang lalu·discuss
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 in case of accidents.
mirpa
·3 bulan yang lalu·discuss
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 which country you live (website). Nothing else is needed eg. bank, identity and age is not known to the website, website is not known to your bank or government.
mirpa
·3 bulan yang lalu·discuss
Why do you have to wait in jail for lab result?
mirpa
·5 bulan yang lalu·discuss
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.
mirpa
·6 bulan yang lalu·discuss
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.
mirpa
·6 bulan yang lalu·discuss
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 of issues can't frustrate me nearly as much as Windows. All games I ran so far on Linux worked as good or better as/than on Windows. I keep Windows installed just in case some game really won't work, but combination of SteamDeck (Proton) and Vulkan did wonders for Linux compatibility kudos to Steam/Valve. And I would not want to do software development on Windows, that is number one reason I am using Linux (not that I am using Unreal Engine). Recent MS fever dream with LLMs only adds to general frustration with Windows.
mirpa
·8 bulan yang lalu·discuss
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.
mirpa
·8 bulan yang lalu·discuss
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 switch work/fun is great - even if reboot doesn't take that long these days. I tend to play older, single player games, not everything is perfect, but I like it much more than being frustrated by Windows - using Fedora btw.
mirpa
·8 bulan yang lalu·discuss
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.
mirpa
·8 bulan yang lalu·discuss
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.
mirpa
·10 bulan yang lalu·discuss
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...