Hexorg

joined 1 year ago
MODERATOR OF
[–] [email protected] 3 points 1 year ago

Start my own research company.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

Everyone(Who is not a professional game dev yet) has their own projects because they feel more control and freedom working on their own project. As a result we all have 30 unfinished projects and that’s it.

[–] [email protected] 2 points 1 year ago (1 children)

I think lemmy is messing up. I replied a week ago.

But we did figure it out. Fastport was disabled and uboot resets the electrical lines which caused the managed switch to rebuild its tree which was still happening by the time uboot started sending arp requests

[–] [email protected] 2 points 1 year ago

Then make a vector of colors, and make a function that matches string to index in that vector

[–] [email protected] 3 points 1 year ago (1 children)

Run! It’s the Feds!

[–] [email protected] 5 points 1 year ago (2 children)

Just make a function that matches string and outputs your colors. It’ll be faster and easier than any extra crate.

[–] [email protected] 4 points 1 year ago
[–] [email protected] 4 points 1 year ago

Would they though? I mean whoever hasn’t left Meta yet isn’t swayed by their antics and Meta is essentially promising too add more content by leeching off of fediverse

[–] [email protected] 2 points 1 year ago (2 children)

Well ok we don’t know what’s actually happening and our mental models of people and companies differ ever so slightly. Not enough to discern on itself but enough that in this scenario the differences compound and we arrive to different conclusions. The reality is probably going to be somewhere in the middle of our scenarios. I do however think that the fediverse should err on the side of Meta being very dangerous because the alternative will catch us without options.

[–] [email protected] 3 points 1 year ago (5 children)

Why? From Who?

From everyone like right now where there’s a bunch of bugs and wants to have certain tools for moderation. Just look at how many issues have been added to lemmy in the past 3 weeks. And that’s just a fraction of Reddit users joining. Having millions of Facebook users being able to interact with lemmy will likely expose many more bugs and show the need for more moderation.

Same applies to your question about the troll wave - they are currently coming from Reddit. And once Meta joins - more fediverse exposure will let more people know of fediverse, and those new people will have trolls among them.

What are the chances that this is something so significant that people would be willing to switch software over it?

Meta has been in the market of attracting people for a long time. Don’t underestimate their R&D . People on Reddit used to join subs just for having certain bots. Meta can easily bring a ChatGPT bot to lemmy for example. Again this might not attract you but you have to think about the average person.

I think your one good argument against my scenario is defederation. Unlike XMPP the fediverse is already gaining critical mass where defederation can be a viable option. But again I’m sure Meta R&D can “help” with it

[–] [email protected] 6 points 1 year ago (7 children)

Example: Meta federates with lemmy. Lemmy is small so it gets more feature requests than it can code up. Meta comes in and looks at the most requested feature that’s been put on lemmy's backlog. Let’s say it’s some mod tool. Maybe even AI mod tool that sorts comments based on sentiment analysis. And they only implement that feature for Meta clients - not for lemmy. Suddenly mods have a choice - use lemmy and face flood of trolls in their communities or move to Meta and be able to properly moderate those troll waves. Some will stay, some will move. Another new cool feature for Meta, some will stay, some will move. Eventually most users will be on Meta client because it has all these useful features. OP's article describes the rest.

 

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

 

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?

1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

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!

[–] [email protected] 2 points 1 year ago

Even for that there are some nice (vim and otherwise) features where clicking on an error automatically opens up the right file and sets the cursor at the location of the error. Or just seeing errors in a separate panel from the rest of the code.

 

Technically New isn’t either but that one makes sense. However what’s considered Active on [email protected] is unattainable on say [email protected] 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?

 

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

 

Russian propaganda machine was full force in America during the 2016 election and I’m sure it still is quite active to an extent in the states. What’s the general feel for Russian propaganda in Ukraine? Are there many Russian-supporting Ukrainians? Do many of them change opinions once Russia is in their towns?

Uhh I should note that I’m quite ignorant on the subject and if my question makes you irritated - I’m sorry I don’t mean to start anything.

 

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.

 

Weka implements a ton of statistics-based ML algorithms as well as some validation tools and graphs. All you need is some data in almost-CSV format and you can run some statistics analysis on it. This isn’t neural networks so you don’t need neither a powerful GPU nor gigabytes of data. Some tutorials online get useful results with 10-20 entries.

view more: next ›