Skip Navigation

Posts
10
Comments
897
Joined
2 yr. ago

  • Holy monkey build

  • I don't know how to word it, but what I really hate about mastodon is that the cancel culture is like 10x every other platform. As soon as you have a slight disagreement on something it's because you're a homophobe and a racist and an ableist and you hate autistic people and whatnot. If the word woke wasn't so used by trump to mean not being a fascist, it would be reserved for this kind of people. Idk I don't like that mastodon is basically full of self diagnosed neuro divergent people. There are two extremes on the political spectrum, there's the facist and mastodonists. I understand why someone wouldnt want to stay on there, it's genuinely not a good place to have discussions on

  • For the Americans, that's about 89ºF

  • In GTK/GNOME apps this is remedied by scrolling your mouse wheel over the scrolling indicator (the small side bar that shows up while scrolling). It makes the scrolling much faster this way, but I agree it's not ideal and the windows behaviour is better UX wise

  • Test Account saw this and said "hell yeah"

  • When will phone manufacturers stop using mAh as a metric for the battery size? It doesn't mean anything without the voltage that the battery runs at. Just give me the watt-hour number

  • I agree that some people like you may not be fit for the current way of doing things in terms of job research. But you have to remember that being socially able is also a very important part of the job at most companies, because very rare are the cases where you don't work as part of a team. I would even say communication is a bigger part of the job compared to the actual brute skill for most companies. You can always learn or perfect a new programming language or platform, it's a matter of reading. Soft skills like social abilities cant really be learned, and so this is why a lot of companies actually choose people who they think will fit in a team rather that who will close the most issues

  • A rental tax credit would likely result in money laundering schemes. For example you're a Mafia boss and you purchase a building with very expensive appartment rents and people that you pay to "pay" you the rent. Then that money is magically clean and tax free

  • He want to add tarrifs and he is also asking Trump to remove government subsidies on new EV purchases, raising the barrier to entry in the US for EVs

  • In Canada from what I've seen it's most often than not +5-10% over the speed you're paying for. For example with a 400mbps plan you will get about 450 when plugged in

  • Every time I use python it makes me want to throw my computer through my window. Doesn't happen with other languages. Pip fucking sucks it seems like every time I want to install dependencies for a project there is one that throws a compilation error when installing it. Like, why does it not try to download the version of the package that works with my version of python?? It doesn't even tell me why it failed!!!

  • Hacker News is probably your best bet as long as you don't go too deep in the comments

  • There was always a need for a specific system dependency like for the file picker. There was no universal API that uses a system provided way to have a file picker. It had to be hacked together by adding dependencies to the app and everything that comes with this

  • the good thing is that virtually everyone uses GNOME and KDE, so the small issues are mostly encountered by more advanced users with custom setups. The main point is that app developers can now develop apps that will work anywhere that implements the required features, and if it doesnt, then too bad, show an error message. Its the same kind of problem with, for example, webcams. The user may or may not have a webcam connected, in which case you display an error popup with a clear message that it does not work because the feature is not implemented. They could go into fallbacks but those are usually platform/desktop specific (which goes against the point of building using the standard stack)

  • I love the flatpak Wayland portals and systemd desktop stack. It allows Linux to finally have some sort of standard that everyone agrees on. This is what has been holding Linux back for so many years, it's basically impossible to build a Linux app that will work for everyone because of this. Now we have a single dedicated system APIs that is available basically everywhere