

why not matrix?
🚀 Seen my posts and want more? Dive deep into the issues with Big Tech at Escape Big Tech!
💡 Need FOSS-focused software solutions? Reach out on Matrix at @dannym:balooga.xyz!
why not matrix?
way too specific… is this the plot to a book? if so what’s it called?
Those tests are worth more than four years of college?
Yes a test to figure out if you can perform your job is significantly more valuable than a collage degree, this doesn’t mean that college has no value, mind you, it just means that knowing how to do the job and knowing that you fit in with the company culture is vastly more important.
Go get a bunch of I.T. certifications. Get your CompTIA A+, Network+, Security+ Get a Microsoft MCP or MCSA
Those certifications are useless, they look good on your resume because managers love showcasing their staff’s “certifications”, as many companies that don’t understand IT put value on the certifications more than anything else, but they don’t actually provide you any value in of themselves. Sure it might be interesting how many network switches you can daisy chain according to the standards, but it has no real value most of the time, if that’s information you need in your job it’s something you can just look up, HOWEVER, asking you random questions that pertain to the job during the interview IS a good way to understand if you’re a good candidate, and, often, the actual response doesn’t matter as much as your reasoning for getting to that response.
When an interviewer at google asks you how many pennys it would take to make a structure as tall as the empire state building, it doesn’t matter what the answer is, truly, even if you got the exact number of pennys, just saying the number would mean you don’t pass the interview, your answer would be worth less than an answer that gets it wrong by 75% but is well reasoned, what they care about is how you come up to the conclusion that you come up with, the solution is useless.
is not exactly Google Maps in terms of usability, but it’s a functional map
I would personally say that it’s better than Google Maps. It’s more accurate at least
click the button that says more then add a shortcut to your favorite map service
Their search results constantly impress me and honestly it’s 10 bucks for unlimited searches, it’s worth it even if it’s not a business expense, plus since you’re paying for the service they’re less likely to track you. I wish their code was FOSS, but I’ll take it, still better than google, bing, and all the others I’ve tried.
Also they actively promote the small web and you can even personalize your search results by removing websites you don’t like from the searches (for example I have a lot of big tech websites blocked)
Actually other search engines do much better with Lemmy. Kagi’s search works wonders if you select the filter for Fediverse Forums. And you can assign that filter to a bang, such as !lemmy, so that when you search “!lemmy query here” it’ll search only on the fediverse A few examples:
And this ladies and gentlemen is another reason why we should try to escape big tech’s grasp.
deleted by creator
if you program the firmware directly your program can be stored, but it requires you to also buy the firmware writing tool and the FPGA unlocked version of the product (FPGA can be locked after writing it naturally)
what FOSS library do you maintain?
The concept of competition among tech companies has done a complete 180 on its original meaning. It’s no longer predominantly about crafting superior products; rather, it’s become a race to secure the largest amount of investor funding.
In this transformed landscape, the product itself and revenue generation often take a backseat, or at best, hold a tertiary importance. The heart of customer-centric ethos, especially crucial elements like data security, are now distressingly overlooked. What matters is getting the next investment to become the next “unicorn” and be acquired for billions of dollars. Silicon Valley Companies want the easy way out, do only a fraction of the work for an exponential amount of the benefits.
Don’t get me wrong, there are reasons to seek investment, getting a good product built is actually complex and you actually need a lot of different people working on it. The alternative is losing years of your life on a sisyphean ordeal of soul-crushing, hundred-hour work weeks (and that’s real work, not “let me check twitter” work), making you question your life choices and whether you should just throw it all away, abandon technology, become a hermit and move to a shed in the mountains.
The problem is that the EXPECTATION today is that you’re gonna build a third of a product, care about 1% of the actual business behind it and then pivoting exclusively to the pursuit of investment, letting everything else rot
I mean fair enough, i can also drink gasoline and douse myself in it, then set myself on fire and jump inside a shark infested ocean to put out the fire, but I’m not gonna do that either
deleted by creator
To be fair, the allegations haven’t been proven and allegedly he was 13 at the time… not that it makes it any better, but context matters
I don’t know why anyone would write their IPs in octal, but fair point
Definitely, tho if you store it as a u32 that is fixed magically. Because 1.2.3.4 and 1.02.003.04 both map to the same number.
What I mean by storing it as a u32 is to convert it to a number, similar to how the IP gets sent over the wire, so for v4:
octet[3] | octet[2] << 8 | octet[1] << 16 | octet[0] << 24
or in more human terms:
(fourth octet) + (third octet * 256) + (second octet * 256^2) + (first octet * 256^3)
Please don’t. Use regex to find something that looks like an IP then build a real parser. This is madness, its’s extremely hard to read and a mistake is almost impossible to spot. Not to mention that it’s slow.
Just parse [0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3} using regex (for v4) and then have some code check that all the octets are valid (and store the IP as a u32).
Matrix VoIP is a thing, and it’s usable for audio & video on many clients, element and fluffychat come to mind, but probably more.
element call is also coming into element (and possibly other clients) for video calls and screensharing
why does that matter?