Came here to say this, but I was delayed by having to clean my cargo target folder.
- 2 Posts
- 21 Comments
sirdorius@programming.devto Technology@beehaw.org•Google Discloses That Incognito Mode in Chrome Isn't Entirely 'Private'12·1 year agoHonestly, this article is pretty bad at explaining the problem here. It’s clear that other websites will try to track you, but the important part of this incognito drama is this:
The plaintiffs also accused Google of taking Chrome users’ private browsing activity and then associating it with their already-existing user profiles.
100% code coverage, integration tests passing. Deploys to prod. NullPointerException at 3am
(╯°□°)╯︵ ┻━┻
sirdorius@programming.devto Technology@lemmy.world•4-year campaign backdoored iPhones using possibly the most advanced exploit everEnglish35·2 years agoThe exploit’s sophistication and the feature’s obscurity suggest the attackers had advanced technical capabilities
exploiting a vulnerability in an undocumented hardware feature that few if anyone outside of Apple and chip suppliers such as ARM Holdings knew of.
according to Russian officials also infected the iPhones of thousands of people working inside diplomatic missions and embassies in Russia
the devices were infected with full-featured spyware that, among other things, transmitted microphone recordings, photos, geolocation, and other sensitive data to attacker-controlled servers
Sounds like government espionage
puts tinfoil hat on
sirdorius@programming.devto Technology@lemmy.world•OpenAI suspends ByteDance’s account after it used GPT to train its own AI model.English132·2 years agoOh the irony. Just train it on copyrighted material without a license, like OpenAI did.
sirdorius@programming.devOPto Technology@beehaw.org•Worst person in tech 2023 - semi final4·2 years agoHe wrote a techno optimist manifesto that reads like a proto fascist manifesto. In fact, he cites Marinetti as an inspiration, who was founder of the futurist movement, and later author of the fascist manifesto and a close supporter of Mussolini, so no surprise I guess. He enforces ideas that this century is just a bad rerun of the previous.
https://www.disconnect.blog/p/the-religion-of-techno-optimism
sirdorius@programming.devOPto Technology@lemmy.world•Worst person in tech 2023 - semi finalEnglish17·2 years agoIt’s a full time job to answer completely, but from what I know he finances escape fantasies for the rich which they call seasteading. He calls it a libertarian ideal to create these new colonial city states, but what he means is liberty for his ilk from taxes, regulation and societal rules. Meanwhile his brainchild Palantir erodes the rights of the poor people who are left behind through surveillance, military technology and ICE funding. But this is all in line with his ideology, because apartheid “works” in South Africa according to Thiel
sirdorius@programming.devOPto Technology@lemmy.world•Worst person in tech 2023 - semi finalEnglish14·2 years agoHe’s a small time capitalist. These guys have society shaping power and wealth
sirdorius@programming.devto Technology@lemmy.world•Epic win: Jury decides Google has illegal monopoly in app store fightEnglish1383·2 years agoDidn’t Epic lose the fight against Apple? How is Google more of a monopoly than Apple? It is incredibly easy to sideload apps on Android compared to iPhones, and there are multiple dedicated unofficial stores. These verdicts are not coherent at all between them. I understand they are two separate judges, but the law should be the same for all, not at the interpretation of whichever judge you get.
Edit: for future reference, Verge answers this very question here https://www.theverge.com/24003500/epic-v-google-loss-apple-win-fortnite-trial-monopoly
sirdorius@programming.devto Technology@beehaw.org•Sam Altman to return as CEO of OpenAIEnglish8·2 years agoI wouldn’t be surprised if the board is just doing what ChatGPT tells them to.
sirdorius@programming.devto Technology@lemmy.world•Second SpaceX Starship launch ends with explosion. What happens next?English197·2 years agoI would say the rocket is ready for billionaires who want to beta test it.
sirdorius@programming.devto Technology@lemmy.world•Tesla will sue you for $50,000 if you try to resell your Cybertruck in the first yearEnglish2·2 years agoThey should make a discount for every person the self driving software hits. That shit would be basically free.
sirdorius@programming.devto Technology@lemmy.world•Amazon's drone delivery program is the joke it always sounded like.English6·2 years agoAnd use less energy since they don’t have to fight gravity
sirdorius@programming.devto Technology@lemmy.world•Elon Musk Offers to Also Ruin WikipediaEnglish3·2 years agoTime to put your tinfoil hat on and refuse to check any references for yourself.
sirdorius@programming.devto Technology@lemmy.world•Elon Musk Offers to Also Ruin WikipediaEnglish952·2 years agoOf course the community driven, anarchic nature of Wikipedia is a threat to the status quo of capitalists dominating society. Musk can’t stand this, because it shows how ultra wealthy, incompetent dicktators like him are unnecessary.
There is actually a C+, also called “orthodox” C++ https://gist.github.com/bkaradzic/2e39896bc7d8c34e042b
sirdorius@programming.devto Programmer Humor@lemmy.ml•When you have THAT DAY at the office.8·2 years agoHey you can’t use Jira, means you can get some real work done
https://github.com/unocss/unocss is the spiritual successor to windy. Some of the devs are the same
Every front-end styling dev can now speak the same language, rather than constructing their own from scratch.
Ok, but with Tailwind it seems that they are just saying
p-4 uppercase
instead ofpadding: 1rem; text-transform: uppercase;
which is shorter, but exactly the same thing since it maps 1:1 to ‘custom’ CSS. It also doesn’t abstract away the CSS underneath, it just gives it a new name, which you have to learn in addition to the CSSTailwind compilers should only bring in the classes that you’re using, so it should be much smaller than almost any other framework.
In theory yes, but in practice look at the link in my original post for how it becomes slow with hot reloading in Vite. I don’t know if it would have the same problem with leptos, but probably yes, since it is an architectural flaw of generate the world, strip it down later.
DaisyUI is useful because it has helper classes
I do get DaisyUI, and it does fulfill the goal of getting devs to speak the same language.
<button class="btn btn-primary">
totally makes sense. What I don’t get is why couple and build it on top of Tailwind which becomes useless at this point, since it’s just shorthand for some CSS. Maybe I am missing some big feature of Tailwind? Quoting the creator of Tailwind from the main pageSo he is clearly against the approach that DaisyUI advertises as a selling point.
“Oh, he uses FOSS, that’s even worse. Put him on the commie watch list”