There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

programmer_humor

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

RecluseRamble , (edited ) in What a time to be alive

More like:

Computer scientist: We have made a text generator

Everyone: tExT iS iNtElLiGeNcE

Persen ,

That’s why nonverbal (and sometimes speaking) autistic people are considered stupid even by professionals.

pantyhosewimp ,
Persen ,

Wow, this looks worth reading. I’ll read it if I remember.

pantyhosewimp ,

It’s also a movie too with Daniel Day-Lewis. He’s kinda hard to forget.

abracaDavid ,

Oh come on. It’s called AI, as in artificial intelligence. None of these companies have ever called it a text generator, even though that’s what it is.

jorp ,

I get that it’s cool to hate on how AI is being shoved in our faces everywhere and I agree with that sentiment, but the technology is better than what you’re giving it credit for.

You don’t have to diminish the accomplishments of the actual people who studied and built these impressive things to point out that business are bandwagoning and rushing to get to market to satisfy investors. like with most technologies it’s capitalism that’s the problem.

LLMs emulate neural structures and have incredible natural language parsing capabilities that we’ve never even come close to accomplishing before. The prompt hacks alone are an incredibly interesting glance at how close these things come to “understanding.” They’re more like social engineering than any other kind of hack.

AppleTea ,

The trouble with phrases like ‘neural structures’ and ‘language parsing’ is that these descriptions still play into the “AI” narrative that’s been used to oversell large language models.

Fundamentally, these are statistical weights randomly wired up to other statistical weights, tested and pruned against a huge database. That isn’t language parsing, it’s still just brute-force calculation. The understanding comes from us, from people assigning linguistic meaning to patterns in binary.

jorp ,

Brain structures aren’t so dissimilar, unless you believe there’s some metaphysical quantity to consciousness this kind of technology will be how we do achieve general AI

AProfessional ,

This is all theoretical. Today it’s quite basic with billions thrown at the problem. Maybe in decades these ideas can be expanded on.

AppleTea ,

Living, growing, changing cells are pretty damn dissimilar to static circuitry. Neural networks are based on an oversimplified model of neuron cells. The model ignores the fact neurons are constantly growing, shifting, and breaking connections with one another, and flat out does not consider structures and interactions within the cells.

Metaphysics is not required to make the observation that computer programmes are magnitudes less complex than a brain.

ChickenLadyLovesLife ,

Neural networks are based on an oversimplified model of neuron cells.

As a programmer who has studied neuroanatomy and the structure/function of neurons themselves, I remain astonished at how not like real biological nervous systems computer neural networks still are. It’s like the whole field is based on one person’s poor understanding of the state of biological knowledge in the late 1970s. That doesn’t mean it’s not effective in some ways as it is, but you’d think there’d be more experimentation in neural networks based on current biological knowledge.

areyouevenreal ,

What sort of differences are we looking at exactly?

ChickenLadyLovesLife ,

The one thing that stands out to me the most is that programmatic “neurons” are basically passive units that weigh inputs and decide to fire or not. The whole net is exposed to the input, the firing decisions are worked through the net, and then whatever output is triggered. In biological neural nets, most neurons are always firing at some rate and the inputs from pre-synaptic neurons affect that rate, so in a sense the passed information is coded as a change in rate rather than as an all-or-nothing decision to fire or not fire as is the case with (most) programmatic neurons. Implementing something like this in code would be more complicated, but it could produce something much more like a living organism which is always doing something rather than passively waiting for an input to produce some output.

And TBF there probably are a lot of people doing this kind of thing, but if so they don’t get much press.

areyouevenreal ,

Pretty much all artificial neural nets I have seen don’t do all or nothing activation. They all seem to have activation states encoded as some kind of binary number. I think this is to mimic the effects of variable firing rates.

The idea of a neural network doing stuff in the background is interesting though.

NikkiDimes ,

The fact that you believe software based neural networks are, as you put it, “static circuitry” betrays your apparent knowledge on the subject. I agree that many people overblow LLM tech, but many people like yourself grossly underestimate it as well.

CompassRed , (edited )

Language parsing is a routine process that doesn’t require AI and it’s something we have been doing for decades. That phrase in no way plays into the hype of AI. Also, the weights may be random initially (though not uniformly random), but the way they are connected and relate to each other is not random. And after training, the weights are no longer random at all, so I don’t see the point in bringing that up. Finally, machine learning models are not brute-force calculators. If they were, they would take billions of years to respond to even the simplest prompt because they would have to evaluate every possible response (even the nonsensical ones) before returning the best answer. They’re better described as a greedy algorithm than a brute force algorithm.

I’m not going to get into an argument about whether these AIs understand anything, largely because I don’t have a strong opinion on the matter, but also because that would require a definition of understanding which is an unsolved problem in philosophy. You can wax poetic about how humans are the only ones with true understanding and that LLMs are encoded in binary (which is somehow related to the point you’re making in some unspecified way); however, your comment reveals how little you know about LLMs, machine learning, computer science, and the relevant philosophy in general. Your understanding of these AIs is just as shallow as those who claim that LLMs are intelligent agents of free will complete with conscious experience - you just happen to land closer to the mark.

marcos ,

It is parsing and querying into a huge statistical database.

Both done at the same time and in an opaque manner. But that doesn’t make it any less of parsing and querying.

Sweetpeaches69 ,

We don’t have to diminish their accomplishments, no; we choose to.

JackbyDev ,

It’s a shit post, relax

ninth_plane , in C++

Eventually the line comes back in from the top.

witx ,

Or perhaps it will come from the right? Undefined behaviour is the magic word

RoyaltyInTraining ,
@RoyaltyInTraining@lemmy.world avatar

Integer underflow

cumskin_genocide , in What a time to be alive

I like using AI to summarize meetings

agressivelyPassive ,

Summary: nothing of value

cumskin_genocide ,

For you

Midnitte ,

I think we need to have a meeting about the summary of the meeting.

Swedneck ,
@Swedneck@discuss.tchncs.de avatar

it’s like how techbros constantly want to reinvent transportation, if they assign an AI to give them an answer it would just say “build more railways and trains” and they’d throw it out a window in anger

PlexSheep ,

Everything becomes train if you reiterate long enough.

MagicShel ,

Longcar is looooooooonnnnnng.

luciole ,
@luciole@beehaw.org avatar

Or a crab.

agressivelyPassive ,

They re-invent everything for no reason. Every mundane device has been “re-invented” using big data, blockchain, VR, now AI and in a few years probably quantum-something.

The entire tech world fundamentally ran out of ideas. The usual pipeline is basic research > applied research > products, but since money only gets thrown at products, there’s nothing left to do research. So the tech bros have to re-iterate on the same concepts again and again.

ChickenLadyLovesLife ,

there’s nothing left to do research.

There’s still military robots, unfortunately.

skuzz ,

Reimagined

Ftfy (/s)

captain_aggravated , in What a time to be alive
@captain_aggravated@sh.itjust.works avatar

Holy shit, that’s it. GPT is Wheatley from Portal 2. The moron you attach to a computer system to make it into an idiot.

AVincentInSpace ,

I AM NOT! A! MORON!

Watch, hold on, I’ll prove it! I’ll perform a feat of brute strength in a blind rage that will end up hurting me in the long run! Then later when I find out that massive fall didn’t actually kill you and you fought your way back up through 2km worth of test chambers powered by sheer spite to come and confront me, I’ll act like nothing happened and beg you for your help because I have no idea how to run this place and it’s falling apart and the robot test subjects I built don’t work at all!

Huh? Could a moron do that?

andioop ,

Hey now, I found Wheatley charming. AI in real life, not so much.

captain_aggravated ,
@captain_aggravated@sh.itjust.works avatar

Wheatley is a great character, he’s just got a minor case of serious brain damage.

darkphotonstudio , in What a time to be alive

All those middle managers will be displaced.

pewgar_seemsimandroid , in Naming is hard

thunderbird

JasonDJ ,

KMail.

Appoxo ,
@Appoxo@lemmy.dbzer0.com avatar

WebMail

chris , in Roses are red, violets are blue, everyone is using IPv6, why aren't you?
@chris@l.roofo.cc avatar

The perpetual chicken egg problem of IPv6: many users don’t have IPv6 because it’s not worth it because everything is reachable via IPv4 anyways because IPv6 only service don’t make sense because they will only reach a subset of users because many users don’t have IPv6…

JovialSodium ,

This sums it up. I’m too lazy and there’s too little incentive.

drkt ,
@drkt@lemmy.dbzer0.com avatar

Yes but IPv4 is becoming expensive and it’s annoying having to use a middleman to clone github repos on a v6-only VPS

IPv6 is not hard, there is no excuse not to have it

krellor ,

I mean, yes and no. For an individual or individual systems? No, it's not hard. But I used to oversee a WAN with multiple large sites each with their own complex border, core, and campus plant infrastructure. When you have an environment like that with complex peerings, and onsite and cloud networks it's a bit trickier to introduce dual stack addressing down to the edge. You need a bunch of additional tooling to extend your BGP monitoring, ability to track asynchronous route issues, add route advertisements etc. when you have a large production network to avoid breaking, it's more of a nail biter, because it's not like we have a dev network that is a 1-1 of our physical environment. We have lab equipment, and a virtual implementation of our prod network, but you can only simulate so much.

That being said, we did implement it before most of the rest of the world, in part because I wanted to sell most of our very large IPv4 networks while prices are rising. But it was a real engineering challenge and I was lucky to have the team and resources and time to get it done when it wasn't driving an urgent, short timeline need.

30p87 ,

Or one could use alternative hosters, or maybe even selfhost git services.

drkt ,
@drkt@lemmy.dbzer0.com avatar

Yeah let me self-host other peoples github repos because github doesn’t have IPv6 lmao dude

30p87 ,

How about “Let me selfhost my own repos, so other people working with my stuff can use IPv6, as well as be sure no large corporation known for being cancer stands behind it and monitors every thing I do.”?

drkt ,
@drkt@lemmy.dbzer0.com avatar

I do 🥰

That doesn’t solve the problem of me needing other peoples githubs repos on a VPS with no v4

takeda ,

If IPv6 is done right you don’t even know you have it. If you use a cell phone or a home Internet, there is a high chance you are already using IPv6.

ryannathans ,

If your ISP supports it

takeda ,

Sure, but my point is that if it is implemented right, you won’t even know you’re using IPv6 until you check network configuration.

Album ,
@Album@lemmy.ca avatar

Honestly this isn’t even true anymore. Most major ISPs have implemented dual stack now. The customer doesn’t know or care because it’s done at the CPE for them.

I use a browser extension which tells me if the site I’m at is 6 or 4 or mixed. In 2024 most major sites support V6. A lot of this is due to CDN supporting it natively.

The fact that GitHub doesn’t is quickly becoming the exception.

serpineslair ,

May I ask which extension you are using?

Album ,
@Album@lemmy.ca avatar

IPvFoo

addons.mozilla.org/en-US/firefox/addon/ipvfoo/

There is a chrome version too.

serpineslair ,

Thanks.

chris ,
@chris@l.roofo.cc avatar

IPv6 traffic is globally steady at around 37%. So it isn’t a majority by far.

Album ,
@Album@lemmy.ca avatar

www.google.com/intl/en/ipv6/statistics.html

Globally it’s at about 47% and growing at about 4% per year. If the rate remains unchanged it’ll be about a decade for >95%.

But the reality of it is, you don’t need global adoption out of the box. You just need majority adoption in the countries you visit, which for me are western countries (north America and Europe) which now have a majority adoption.

chevy9294 ,

I don’t have IPv6, but I can still reach IPv6 only sites if I use MullvadVPN (and probably also with other VPN providers).

hddsx , in Roses are red, violets are blue, everyone is using IPv6, why aren't you?

Roses are red, violets are blue, everyone is using IPv6, why aren’t you?

Roses are red, violets are blue, IPv6 costs extra, and that just won’t do

carrylex OP ,
@carrylex@lemmy.world avatar

As far as I can tell it’s the other ways around: IPv4 is getting more costly

Example: AWS started to charge for IPv4 addresses a few months ago - a IPv4 address now costs around $3.6 per month

hddsx ,

Might just be my host. Maybe I need to find another one

smileyhead ,

You’ll still pay, just not have an option not to pay.

crony ,
@crony@lemmy.cronyakatsuki.xyz avatar

“everyone”, tell that literally to every isp my country that doesn’t even provide ipv6 support.

r00ty Admin ,
r00ty avatar

In the USA they charge extra for IPv6? I'm in the UK and while there are some ISPs that don't provide IPv6 at all, and some that do shitty things like dynamic prefixes on IPv6, I've not seen anyone charging for it.

Likewise, server providers generally don't charge for it. In fact, they will often charge less if you don't need IPv4.

mitchty ,

No don’t take shitposts literally. I’ve been using ipv6 for a decade at home now in the USA and I don’t pay extra for it ever. Also why are you assuming this post refers to the us?

r00ty Admin ,
r00ty avatar

There's been other posts about IPv6 and the TL;DR is that while there are shitty implementations everywhere, the USA seems to be ahead of the game of doing it badly, if at all.

mitchty ,

The USA is ahead of most nations at about 50% so not sure how you’re coming to that conclusion based off of evidence. Outside of maybe Brazil in the americas on both continents our ipv6 adoption is better than the rest, Canada included.

orangeboats ,

I reckon I see most IPv6 complainers are from the US though…

In my country, turning on IPv6 is not really something ceremonial, it’s just literally clicking on the IPv6 checkbox. The default configurations set in the router are good enough for an average home user, firewalls and all that security jazz are enabled by default.

The DNS didn’t break just because I enabled IPv6, nor did my phone apps stop working. Life goes on, and I have gotten rid of that terrible CGNAT. Somehow this is not the case for many US users across multiple ISPs, I have heard IPv6 horror stories from Verizon, Comcast, and AT&T. Like how did you manage to do that?

mitchty ,

I mean I’ve been using native dual stack for over a decade and I’m most definitely American. A fun anecdote was I was having issues with clicking on links from Google once and turned out ipv4 was busted but 6 worked fine for half a day. And there really isn’t any turning on ipv6 I get it by default and it’s with the most hated isp Comcast. They’re actually really good about v6 support I’ve not moved off them because of it. It’s literally 10ms faster than 4 lilely due to cgnat.

smileyhead ,

Meanwhile me who needs to pay 97 EUR / year for two V4 to V6 proxies so people not having (or disabling, ugh) V6 can connect to my stuff.

Actually those proxies are still cheaper than renting v4 address space for all my servers.

pslightlypsycho47 , in Naming is hard

Nintendo Wii - > Nintendo Wii U. Nintendo 3DS - > New Nintendo 3DS

Melonpoly ,

Xbox> Xbox 360> Xbox One> Xbox One X> Xbox series X

ripcord ,
@ripcord@lemmy.world avatar

For whatever reason, this one makes me very angry.

Venator ,

Xbox 1 > x360 > xbone > xbonex > xbsx

for short

generic_computers ,

The XBox One X, or the X.B.O.X. for short.

henfredemars , in Roses are red, violets are blue, everyone is using IPv6, why aren't you?

I’m not using it because by and large it’s not implemented properly on consumer hardware, and my ISP doesn’t care if their IPv6 network is broken.

MagicShel ,

I’ve tried multiple times to go IP6 only. I mostly thought, despite my reasonable understanding of IP4, that I was the problem in trying to set it up. I found my dns host was being forgotten multiple times a day, set to something invalid, then it would time out and revert back to the working one. I couldn’t figure out how to connect two computers together for Minecraft.

Now I hear it was just garbage consumer hardware and software? Fuck me. So much wasted time and effort to say nothing of believing I had turned into a tech idiot.

henfredemars ,

You’re not an idiot. You’re using tools that don’t really do what they claim because it wasn’t considered an important use case.

IPv6 is great, but we haven’t seen enough pain yet to really drive adoption on the home LAN.

My solution uses the ISP box to deliver stateless auto conf, and bridging a consumer router. I can’t open ports but at least I get an IP.

Album ,
@Album@lemmy.ca avatar

Do you have an example? Because it works great on openwrt, dd-wrt, pfsense, opnsense, unifi, mikrotik…and then if you’re using the isp equipment it works out of the box.

henfredemars , (edited )

TP-link can’t open ports in the v6 firewall neither can Linksys and it doesn’t support DHCP forward so literally was incompatible with my ISP implementation. Some current TP Link router sold at Walmart don’t even have an IPv6 firewall.

Open source works great. Can’t speak to unifi never seen it for sale here.

madscience ,

You’re using open source third party firmware and higher end networking gear as an example. Of course they work. Shitty consumer grade brands aren’t in the same class

Album ,
@Album@lemmy.ca avatar

You think an asus, linksys, netgear,etc doesnt handle ipv6???

umbrella ,
@umbrella@lemmy.ml avatar

tplink handles it badly ootb, youd need openwrt/ddwrt.

my isp’s modem cant handle it well either.

i doubt older asus/linksys/etc devices handle it well either.

skilltheamps ,

That is not the case for every country though. In France and Germany for example almost 3/4 of google requests are via IPv6.

iknowitwheniseeit ,
Redex68 ,

Interesting that India has such a high percentage. I’m guessing it’s because most of their network infrastructure is probably relatively new and so they can include support right off the bat, instead of having to retrofit stuff?

sep ,

Not much choise i guess. Usa and europe grabbed the majority of available ipv4 space. Asia got a bit. And only scraps and leftovers for africa and latin america.

Redex68 ,

Yeah but then you look at China and it’s at 4%. Maybe they got into the game early enough to get enough adress space for it to be serviceable?

Album ,
@Album@lemmy.ca avatar

Most of China can’t reach Google so the reporting is off anyway. But in 2023 the govt mandated ipv6 support to all carriers and manufacturers.

www.theregister.com/…/china_networking_hardware/

sep ,

China block much of the internet so who knows with china. Do not know if anyone have real china numbers of IPv6 deployment. They also had their own “IPv9” that was rumored some years ago that may or may not have been used internally.

henfredemars ,

That’s good to hear! Very encouraging!

Dumbkid , in Roses are red, violets are blue, everyone is using IPv6, why aren't you?
@Dumbkid@lemmy.dbzer0.com avatar

My isp does t even support ipv6

nick , in Roses are red, violets are blue, everyone is using IPv6, why aren't you?

I’m not. I disable it on all Linux machines I manage. And we do not use it at work either.

smileyhead ,

This. And also disable https. Those things just break all the time.

nick ,

Not sure what you are going for here

Didros , in What a time to be alive

CEOs are obsessed with value derived free of all that messy human labor. It would make sense if they didn’t still want the people they fired to pay money to talk to the robots.

Tiltinyall ,

I think what they are obsessed with is capitalizing on every new tech trend as fast as they can, security be damned.

mlg , in Naming is hard
@mlg@lemmy.world avatar

Microsoft having 4 tabs for howtos depending on outlook version sums this up lol

ryannathans , in Roses are red, violets are blue, everyone is using IPv6, why aren't you?

Interesting, github websites/pages support ipv6

r00ty Admin ,
r00ty avatar

github.com doesn't have a AAAA DNS entry. So it's not serving anything directly over IPv6. Likewise, ping -6 github.com fails. So, what are you seeing that is supporting ipv6?

ryannathans ,

Websites hosted by github pages, like 2009scape.org or pytorch.github.io

r00ty Admin ,
r00ty avatar

That is interesting. I figured they would be something like cloudflare/other redirection for github pages. But the IPv6 address space is github registered.

So, really not sure why they don't have the rest of their site enabled.

ryannathans ,

Yeah bit of a head scratcher

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines