• 2 Posts
  • 46 Comments
Joined 1Y ago
cake
Cake day: Jun 01, 2023

help-circle
rss

Centralization is likely the unintended end result of the internet. Consider a mesh network where all the links have even throughput. Now suddenly one node has some content that goes viral. Everyone wants to access that data. Suddenly that node needs to support a link that’s much wider because everyone’s requests accumulate there.

Someone goes and upgrades that link. Well now they can serve many more other nodes so they start advertising to put others’ viral information on the node with larger link.


My friend, let me tell you a story during my studies when I had to help someone find a bug in their 1383-line long main() in C… on the other hand I think Ill spare you from the gruesome details, but it took me 30 hours.


The Test part of TDD isn’t meant to encompass your whole need before developing the application. It’s function-by function based. It also forces you to not have giant functions. Let’s say you’re making a compiler. First you need to parse text. Idk what language structure we are doing yet but first we need to tokenize our steam. You write a test that inputs hello world into your tokenizer then expects two tokens back. You start implementing your tokenizer. Repeat for parser. Then you realize you need to tokenize numbers too. So you go back and make a token test for numbers.

So you don’t need to make all the tests ahead of time. You just expand at the smallest test possible.


I see your edit but in case you’re interested - a capacitor is technically a 0 resistance battery for DC.



What was that about him doing twitter’s technology policing and leaving running the company to the new CEO?


Your own article says it’s VMs. The tpm itself can be bricked. Ok that sucks. Still not persistent like you describe.


I haven’t worked directly on gov cloud but I’m familiar with its design. The two systems are completely isolated from each other with internet in between. I know you can port forward in AWS so a solution would be to spin up a VPN server in AWS and connect to it from gov cloud.


No they don’t. Worst case known attacks have resulted in insecure keys being generated. And even if malware could somehow be transferred out of it you wouldn’t have to trash your whole computer - just unplug the TPM


Tpm modules are pretty good. And you can buy them separately like another card. Motherboards usually have a slot for them. They are tiny like usb drives. They essentially are usb derives but for your passwords and keys. You can even configure Firefox to store your passwords in tpm


An MMO where is truly feels like player versus environment and not another pawn versus environment. Stop having 300 people deliver the one lost ring to the same npc for days at a time. I think one way to do it is to provide a general prompt to GPT models and have them generate a few hundred similar but different quests that get assigned per player. But also keep track of these generated differences to weave a story. Make there be more npcs than players.





That’s actually a decently good analogy, though a random redditor is still smarter than ChatGPT because they can actually analyze google results, not just match situations and put them together.


8 years ago I posted on facebook that whoever is interested in keeping in touch should text me and I deleted my account a week later. 4 people texted - all 4 were my high school friend. I’m very good friends with them still. We have a tiny discord server for communication. Since then I had maybe 4 more people who I thought “huh, I wonder what are they up to now” over the years, but my curiosity wasn’t big enough to start facebook again. For the rest I didn’t really care.


JavaScript is much much higher level than C, but there are vulnerability announcements in npm all the time. C does, however, let you implement more kinds of vulnerabilities associated with memory handling.


My 3 year old still wakes up 3-5 times a night 😭


I think a lot of American privacy/security folks start with realizing the US government isn’t about privacy, so they want smaller government, but the only party pushing for smaller government pushes bigoted views to so the privacy folks get sucked into that mental space… not condoning them at all but I think this situation is the result of two-party government. I’m in security sector, but I do research and so there are a lot more left-leaning people around me. Sorry I don’t know any podcasts to recommend though.


To be fair, new programmers generally don’t know enough to construct a proper Google query either. And yes there are some lazy people who just don’t try. But sometimes you know what you want to achieve but any query you try seems to be unhelpful. For example, if I want to learn how to store settings in c++ the first link for me tells me to use boost. Now I need to learn about linking libraries and 300 other boost-isms. While anyone with any basic knowledge could recommend reading strings line by line and splitting the string on the equal sign.



I define success of a social network proportional to the level of fun in having there. So far Mastodon and Lemmy are the most successful for me.



Creeper World. It’s technically a tower defense, but the enemy is fluid, constantly pouring out of spawn area. And the game has a pretty good story line.


I’m going to leave the post because it’s language is properly tagged, but you should know that this is predominantly English instance and you’re likely not get any engagement from this.

For English-speaking visitors: the post is about this: https://research.google/pubs/pub48190/


True, though I had to use strace method on closed source binaries before (zoom)


Yes, though if two different files allow for the same config key - you’re stuck opening both to check


The line gets a little blurry if you start posting into a geographical community though. Sometimes it’s hard to stay 100% anonymous


I worry that through federation Meta will be able to track users of non-meta instances. Then you won’t even know you’re being traced


It’s not, I agree, but I think if GPL proponents find revenue streams they can use open code will get much better adaptation


The tree-like comment structure is just overall better for large-crowd engagement. Phpbb forum type is just going to get flooded with many posts and hard to follow when thousands answer


What the article fails to address and what I’ve been struggling with personally is… We all need food. Yeah it’s great working on GPL code and ensuring it’s all open. But when companies consider your gpl library vs someone else’s mit library they will naturally go with mit. And then they’ll say “well we’re using this free library already might as well donate/fund it”. So suddenly this MIT dev is able to put way more time into the mit library than your gpl library because it becomes their job. Something that feeds them. Their library gets better faster… And more and more companies use it and fund it. GPL is great if absolutely everyone is on board and everyone is fed. But that’s not the world we live in.


I want to start a discussion of MIT vs GPL and see what you all think
fedilink

Ah my bad, I did a quick search before commenting and couldn’t find anything concrete.


Isn’t there a speculation that Intel CPUS are actually RISC chips with microcode emulating x86?


I agree with the commenters who said people miss certain things but forget about convenience of the connected world. I wanted to add that people likely misattribute their nostalgia to unconnected world because they were kids. It felt great being a kid not because we were pre-internet, but because we were kids. We had no bills to worry about. We’d always have food. And that was the only food we ever knew about so we loved it. Our worries were to just have enough time in the day to play all the cool things with friends and explore the world. We didn’t feel guilty for just playing video games the whole day or hanging out with friends the whole day. Our bodies could fall from a tree and our bruises would heal in a week. We’d find a motherfucking ant and be fascinated by it for hours! Have you tried staring at ants now? It’s mindnumbingly boring. Of course we miss the way we felt when we were kids. Technology ha nothing to do with it. Every generation misses being a kid.



Look at installing Gentoo, or Arch, or Alpine vs Ubuntu. There’s no technical reason we can’t make Gentoo installation GUI. It’s just going to be very very tedious. Orders of magnitude more tedious.

At the same time Gentoo allows you to customize WAAAAY more things during its install than Ubuntu.

So specifically for lemmy - yeah we can probably make some sort of default AWS image where you just select it when spinning up new VM and you’re up and running. But what if you want something slightly different? Maybe you prefer MySQL instead of Postgres. Or Apache instead of nginx, or maybe you want images hosted on a different machine. Suddenly it’s the install GUI author’s responsibility to support install of 10 different databases, or load-balancers, or something else, and each one has their own GUI options. Then someone else wants 11th database added and it has 10 more custom options…. Oh and now someone else is asking for a DigitalOcean image instead… or and now someone’s asking for Docker image… You see where this is going.


Spam filtering on email is defederation. It’s just in the background and isn’t talked much about because it’s been automated quite a lot. But at the end of the day it’s still writing domain names into blacklist, essentially defederating from those domains.


Honestly I just picked up reading books and it’s so nice


Same. Used both RIF and Apollo through the years. Haven’t used anything for a week now.