21
submitted 1 year ago by Hexorg@beehaw.org to c/technology@beehaw.org
19
submitted 3 years ago by Hexorg@beehaw.org to c/technology@beehaw.org
[-] Hexorg@beehaw.org 46 points 3 years ago

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

41
submitted 3 years ago by Hexorg@beehaw.org to c/diy@beehaw.org

I'm building 90s themed arcade In my shed... but I still want to keep a little workshop area so I'm splitting my shed into 3 rooms including the attic/upstairs.

I've never done construction aside from small things like routing cat6 through the house, so I decided to practice virtually first - I've reconstructed my shed's frame in Blender and added all the lumber that I need to add the second floor. I've also 3d-scanned the current structure and superimposed it in blender so it was a bit easier to see if what I'm doing is sane at all.

Bonus: 3dscan video:

I have a laserdisc collection with a few CRT TVs, Pentium 3 computer with Windows 98, and PlayStation1. I'm also planning on building a few arcade cabinets with emulators.

[-] Hexorg@beehaw.org 26 points 3 years ago

It’s not much of a war. Beehaw is just waiting for better mod tools before refederating.

[-] Hexorg@beehaw.org 25 points 3 years ago

Plugged one ethernet outlet to another on accident. But they were wired to the same dumb switch. So essentially I connected two switch ports together. This took the school network down for 4 days 😂

1
submitted 3 years ago by Hexorg@beehaw.org to c/parenting@beehaw.org
[-] Hexorg@beehaw.org 23 points 3 years ago* (last edited 3 years ago)

I can’t quite find the blog post but I saw someone do a blog post using AWS' map reduce on multiple servers to process a dataset… and then they redid their pipeline using bash, awk, and maybe grep and a single 8-core machine did it 100 times or so faster.

Edit: found it https://adamdrake.com/command-line-tools-can-be-235x-faster-than-your-hadoop-cluster.html

42
submitted 3 years ago by Hexorg@beehaw.org to c/programming@beehaw.org

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

1
submitted 3 years ago by Hexorg@beehaw.org to c/networking@infosec.pub

I had the weirdest of a problem. Two computers communicating with each other over ping and TFTP works. When I boot one of them into U-boot (a bootloader that supports TFTP boot) it can’t ping not load tftp of the other machine complaining on ARP timeouts.

I swapped with a dumb switch - all works. Everything else (machines, cables) are the same. The managed switch is a Cisco switch and I have a serial console to it, but I’m not familiar with managing those switches - what feature is potentially blocking u-boot's arp packets?

I’ve double checked with tcpdump - the other machine never seer u-boot's arp packets, but does when the same board is booted into Linux. I’ve also checked Cisco's monitor event-trace arp continuous and it didn’t print any packets but it did say link status went from up to down to back up when I rebooted.

Is there some sort of Mac filter on Cisco switches?

[-] Hexorg@beehaw.org 19 points 3 years ago

I think past 10 years social media has been “grooming” the average internet user into becoming enraged at the slightest deviation from status quo and that’s what we’re seeing here. Rage means clicks means revenue for companies. Open internet doesn’t need revenue and doesn’t encourage rage.

[-] Hexorg@beehaw.org 23 points 3 years ago

Just a side note, ActivityPub protocol - the core engine that lets all of fediverse to talk to the rest of the fediverse is… 5 years old. Every feature imaginable is still to be implemented.

20
submitted 3 years ago* (last edited 3 years ago) by Hexorg@beehaw.org to c/chat@beehaw.org

Y’all seem like a bunch of friendly folk. I moved to the research triangle, North Carolina during the pandemic and need to rebuild my social circles. Unfortunately I work from home and have a toddler and an infant so meeting new people in real life has been extra challenging. Anyone in the area here? I’m building a 90s themed arcade in my shed, ask me anything!

[-] Hexorg@beehaw.org 25 points 3 years ago

In this Thread: people telling you how IDEs suck then proceed telling you how to turn their terminal based text editor into an IDE

[-] Hexorg@beehaw.org 25 points 3 years ago* (last edited 3 years ago)

Well if only bots are talking, mods can be bots too. /r/SubredditSimulator will just take over the whole Reddit

6
submitted 3 years ago by Hexorg@beehaw.org to c/programming@beehaw.org
[-] Hexorg@beehaw.org 19 points 3 years ago

Funny you mention the resolution because in the 90s we had 640x480 which was way smaller than what cell phones have now and we still managed to have very functional web. Yeah the fonts weren’t as pretty and pictured had jagged edges but it worked and it was great!

22
submitted 3 years ago by Hexorg@beehaw.org to c/support@beehaw.org

Technically New isn’t either but that one makes sense. However what’s considered Active on !technology@beehaw.org is unattainable on say !food@beehaw.org as a result I see many posts from very active communities and nothing from less active ones.

Is there a work-around for that side from going to each of the communities I’m subscribed to? Or is this just a todo for lemmy devs for now?

37
submitted 3 years ago by Hexorg@beehaw.org to c/humor@beehaw.org

I googled "missing medieval servant" and it came back "page not found."

[-] Hexorg@beehaw.org 36 points 3 years ago

I’m also happy to discover social.kernel.org instance!!!

[-] Hexorg@beehaw.org 18 points 3 years ago* (last edited 3 years ago)

Something I feel I’m bad at is inclusive language. I want to be in the nice people group and generally when I comment something I try to help. But I was also “called in” because instead of acknowledging someone’s problem first I dived into helping… and they’ve tried virtually all of my helping attempts as well so they felt like I considered them stupid/minimize their problem. Funny enough I was in exactly the same situation before where I felt my problem was minimized, but I never put the two together.

I guess what I’m trying to say is that if I get on your nerves - just let me know. I want to be nice I just lack perspective sometimes.

29
submitted 3 years ago by Hexorg@beehaw.org to c/technology@beehaw.org
15
submitted 3 years ago* (last edited 3 years ago) by Hexorg@beehaw.org to c/chat@beehaw.org

https://github.com/angr/angr Uses a Concolic execution engine where it can switch from running a binary concretely, break, and then define an unknown input and find what should I be to trigger a different breakpoint. - e.g. what should the “password” pointer be pointing to in order to trigger the “you’re in” branch of code.

Note: it still can’t reverse hashes. If you try to reverse md5 using this approach it’ll consume petabytes of RAM.

I think radare2 was looking into integrating with angr but I don’t know the status of the integration.

[-] Hexorg@beehaw.org 22 points 3 years ago

Metadata and watermarking are pointless. Half of the models available now are open source and anyone with any know how can make their own tool that outputs image without said metadata. C2PA is just going to kill memes and the like. Though I bet Hollywood is going to eat this shit up. All media traceable to its origin - awesome way to catch pirates! Now imagine you created a meme and it goes viral. You don’t want to have your name associated with it unless you want multitude of different threats sent to you.

With AI it’s now easier to generate fake content and this fact is here to stay. We learned to not buy into sales of magical elixirs and magnetic pills, we’re going to have to learn to stop reacting to online content as if it’s real. I don’t think tech companies can find a tech solution to a human problem.

view more: next ›

Hexorg

0 post score
0 comment score
joined 3 years ago
MODERATOR OF