imdoor | 2 years ago | on: Fedora Asahi Remix first impressions
imdoor's comments
imdoor | 2 years ago | on: Fedora Asahi Remix first impressions
That being said, for day to day stuff Arch (and Nix standalone) works well enough for me, to be weary of switching my daily driver PC to Nix, out of the fear of dealing with unforeseen issues and maybe encountering less well maintained packages (there's always something broken on Nix unstable, but maybe it's not an issue for more popular stuff). So I'm sticking to Arch for non-servers for now.
imdoor | 2 years ago | on: Fedora Asahi Remix first impressions
Then again, I haven't used Arch in such a manner, so you might as well be right.
imdoor | 2 years ago | on: Fedora Asahi Remix first impressions
imdoor | 2 years ago | on: Docuseal: Open-source DocuSign alternative
imdoor | 2 years ago | on: Firefox has surpassed Chrome on Speedometer
The only reliable way that I've come across for finding stuff after a long time has passed is saving every sightly interesting webpage to Zotero and using fulltext search afterwards (including webpage body).
I'm curious, do you find the builtin browser history facilities sufficient for your needs, or are you using some third party tool for that?
imdoor | 2 years ago | on: Framework Laptop 16
imdoor | 2 years ago | on: Update on Sharing
imdoor | 2 years ago | on: European standards bodies are inaccessible to Open Source projects
Edit: from the linked article https://berthub.eu/articles/posts/eu-cra-secure-coding-solut...
> The extremely short version: The EU is going to task a standardisation body to write a document that tells everyone marketing products and software in the EU how to code securely. This to further the EU Essential Cybersecurity Requirements. For critical software and products, EU notified bodies (which until now have mostly done physical equipment and process certifications) will do audits to determine if code and products adhere to this standard. And if not, there could be huge fines.
imdoor | 2 years ago | on: The World is Built on Probability (1984)
imdoor | 2 years ago | on: The World is Built on Probability (1984)
imdoor | 3 years ago | on: FBI is warning people against using public phone-charging stations
imdoor | 3 years ago | on: I Fell 15,000 Feet and Lived (2009)
In other words, optimizing some aspects of a very complex and well functioning system, such as society, locally is likely to mess things up globally.
imdoor | 3 years ago | on: Mastodon.technology Shutdown
And all of this makes me wonder – maybe it's better to re-implement something like Mastodon on top of Matrix. If Matrix adopts decentralised user accounts, that would seemingly solve such issues automatically. There was a POC Matrix based Twitter clone demonstrating this, actually [2] (but without the decentralised accounts yet).
imdoor | 3 years ago | on: Ask HN: Anyone hosting their own videos?
imdoor | 4 years ago | on: F# Good and Bad
- NULL values still are a problem because they can be introduced any time you interact with the .NET framework. I got hit by this almost right at the beginning when first using the language – i defined some data type with non-optional fields and used it as an argument to an ASP.NET Core controller method only to realize that my non-optional fields don't enforce anything and ASP.NET will happily set them to NULL when data aren't present.
- There are multiple slightly different ways to define data types – classes, records, discriminated unions – and it's not immediately clear what are the consequences of using which. I remember having to switch some of my datatype definitions to classes because otherwise i couldn't make ASP.NET Core automatically deserialize them.
- You still have to learn in detail how all of the C# and .NET concepts map into F# to work with .NET and other libraries, e.g., there is a weird duplication of collection types, sometimes you have to do a weird casting dance with the :> and :?> operators when working with interfaces, dealing with out parameters also took me quite some time to figure out.
- Namespaces, classes and modules also seem to have some confusing redundancy.
I've tried out F# only once for a single project so a lot my complaints are probably due to my inexperience with the language, but all in all it seems that a lot of the suffering is inflicted by the association with .NET and the language could have been a lot nicer if it wasn't tied to it (I'm not dismissing the benefits of it, though).
imdoor | 4 years ago | on: The Insecurity Industry
What's the purpose of these microphones? Do they pose more threat than the standard non-hidden microphone?
imdoor | 4 years ago | on: Physical Warp Drives
You seem to imply that you think differently. Care to elaborate?
imdoor | 4 years ago | on: Physical Warp Drives
imdoor | 4 years ago | on: Physical Warp Drives
To me that would indicate that an Alcubierre warp drive still shouldn't be possible despite the negative energy requirement being lifted.
Can you please provide some sources/examples?