I have never ever gotten a response from a researcher :(
- 0 Posts
- 55 Comments
thedeadwalking4242@lemmy.worldto unix_surrealism@lemmy.sdf.org•welcome to Metacity vi (fin)English3·9 days agoThank you!
thedeadwalking4242@lemmy.worldto unix_surrealism@lemmy.sdf.org•welcome to Metacity vi (fin)English5·9 days agoIdk the blade reference
thedeadwalking4242@lemmy.worldtoMicroblog Memes@lemmy.world•Why would Greta do this?English5·1 month agoWindy
thedeadwalking4242@lemmy.worldtoMicroblog Memes@lemmy.world•Why would Greta do this?English2·1 month agoNot sure about legal requirements but it wouldn’t surprise me
thedeadwalking4242@lemmy.worldtoMicroblog Memes@lemmy.world•Why would Greta do this?English931·1 month agoDiesel is sailboat engine are generally very efficient. Most the time she probably spends sailing, but if the wind isn’t strong enough or in the wrong direction you don’t really have another option.
Source: I’m a sailor and own a sailboat
It’s more incredibly tangled and highly coupled code. It’s the kinda code where you can’t change anything because it causes a catastrophic cascade of issues. Basically where software engineers throw design out the window and just starting coding random bullshit that “works”
thedeadwalking4242@lemmy.worldto Linux@programming.dev•Playtron wanted to take on Windows and SteamOS with their GameOS, now they're announcing a cryptocurrency9·2 months agoAs soon as ANYTHING launches a crypto coin or nft. You leave, it’s dead, it’s a scam
Yet
thedeadwalking4242@lemmy.worldto Fediverse memes@feddit.uk•It's easy if you ignore the hard partEnglish151·3 months agoYou don’t, it’s the responsibility of the user to verify themselves to the public.
Edit: sometimes it’s ok to leave features out.
thedeadwalking4242@lemmy.worldto Programming@programming.dev•Vibe Coding is not an excuse for low-quality work41·3 months agoI often refer to ai as an index for human knowledge. It’s pretty good at expanding on the context around what you ask it. It’s great for getting started or to help point you in other directions
thedeadwalking4242@lemmy.worldto Steam Deck@sopuli.xyz•Steam Deck Prototype being sold on ebay12·3 months ago100% half life 3 leaks on this bad boy
I thought some of the specific mosquitoes that prey on humans can be killed with little side effects. Or is that just my cognitive bias dreaming of a better world
This is smart
thedeadwalking4242@lemmy.worldto Programmer Humor@programming.dev•Bingo of crappy IT processes2·3 months agoI feel this. No one actually architect’s anymore. They just shit out their first thought and call it a day
thedeadwalking4242@lemmy.worldto Science Memes@mander.xyz•'vegetative electron microscopy'English11·3 months agoCurrently but it’s a start and 100 years is a long time. 100 years ago we didn’t even have computers, barely cars, and doctors still didn’t really wash their hands.
thedeadwalking4242@lemmy.worldto Science Memes@mander.xyz•'vegetative electron microscopy'English1·3 months agoNot necessarily, human made intelligence may use separate methods. The human brain is messy it’s possible more can be done with less.
thedeadwalking4242@lemmy.worldto Science Memes@mander.xyz•'vegetative electron microscopy'English1212·3 months agoAs unpopular as opinion this is, I really think AI could reach human level intelligence in our life time. The human brain is nothing but a computer, so it has to be reproducible. Even if we don’t exactly figure out how are brains work we might be able to create something better.
thedeadwalking4242@lemmy.worldto Science Memes@mander.xyz•'vegetative electron microscopy'English667·3 months agoTo be fair the human brain is a pattern recognition system. it’s just the AI developed thus far is shit
Something’s you leave out but let’s say instead you are using some enumerator like in Python over a list of some objects. Sure you can use “i” but what if it’s a list of apples then why not make the iterator “apple”
For Apple in apples
Simple example but the concept can go a long way