Looks more like a panTerabyte
- 0 Posts
- 19 Comments
Containers plus Sidebery is how I managed to convince some people to move to Firefox. Cookie isolation across tab groups is the best thing ever.
Does that not make them a hard link (pointing to a filesystem node) instead of a symlink (pointing to another filename)?
RustySharp@programming.devto
Technology@lemmy.world•‘New models will mark AI-generated content from day one’: Claude will now hide an invisible watermark inside ordinary wordsEnglish
7·1 month agoIt’s that the one better or worse than the Explorer One S?
RustySharp@programming.devto
Mildly Infuriating@lemmy.world•Saw this at the store this morning, took a double takeEnglish
3·1 month agoI still don’t understand the “whiskers”. What dataset are they using to train? I’ve literally not seen them until the prevalence of genAI.
RustySharp@programming.devto
Not The Onion@lemmy.world•A researcher bought noreply.net. Companies started sending him secrets.English
6·1 month agoYes. Yes. Totally not the NSA.
RustySharp@programming.devto
Not The Onion@lemmy.world•Study: Male circumcision just after birth does not increase autism riskEnglish
15·1 month agoThe ones who wouldn’t be persuaded by peer reviewed studies anyway, because they did their research.
RustySharp@programming.devto
Not The Onion@lemmy.world•A researcher bought noreply.net. Companies started sending him secrets.English
13·1 month agoIf I were the NSA running
example.com, I too would say it’s “totally harmless, for realsies, trust us”.
RustySharp@programming.devto
Technology@lemmy.world•Google Assistant will vanish from Android phones and connected devices in SeptemberEnglish
35·1 month agoGemini is complete garbage in Android Auto
It also can’t read labels on gmaps. Can’t read people’s “nickname” field in contacts (there are so many Roberts). And can’t access or write notes without also requiring access to my emails (hell no).
Those are the three things I use AA for, and it’s objectively worse at every single one of them.
RustySharp@programming.devto
World News@lemmy.world•Massive Attack Banned from Singapore After Displaying Palestine Flag OnstageEnglish
38·1 month agoAlso, guess which middle eastern country regularly sends their officers to train the Singaporean military? Hint: it’s not Palestine
elements of the natural world in a symbolic manner
What about elements of HTML? It also has symbols.
The current legacy code I’m dealing with is full of these:
// TODO: Class description here to satisfy linter
RustySharp@programming.devto
Fediverse@lemmy.world•Tesseract dev injects malicious code into browser to illegally DDOS the dbzer0 instanceEnglish
24·2 months agoI think you’re projecting a little. People act like this no matter the field. We swim in the tech pool, so we mostly only see the shit floating in our pool.
I can assure you the neighbour’s pool also has their fair share of floaters.
RustySharp@programming.devto
Fediverse@lemmy.world•How do I explain what is the Fediverse to someone who I'm trying to invite over?English
6·2 months agoAny type of bread following the same standard will fit into a standard toaster.
RustySharp@programming.devto
Technology@lemmy.world•You paid me, a long-time Linux user, to use Windows 11 exclusively for a month: here’s how it wentEnglish
231·2 months agois how it should be done
No it isn’t.
The whole point of partitions is so you can have multiple things on the same drive. Be them data, swap, or… yes, operating systems.
RustySharp@programming.devto
Not The Onion@lemmy.world•'You are Expected to be Clean' — Oregon Card Shop Suspends Yu-Gi-Oh Tournaments Due to Smelly PlayersEnglish
23·3 months ago50s = just under a minute
RustySharp@programming.devto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Microsoft punishes idiots who purchased a "perpetual" license of Office 2019 for Mac by disabling it next month, pirates unaffectedEnglish
14·3 months ago“implementing things in non-standard ways”, have been their modus operandi for about 3 decades now
RustySharp@programming.devto
World News@lemmy.world•Fifa drops Somali referee from World Cup after US denies entryEnglish
8·3 months agoPoor que no los dos? ¯\\_(ツ)_/¯



The more you move through the networking stack, the more you start seeing OB1 error potentials.
Many protocols have packet ids starting from (and wrapping back to) 1. Modbus registers start from 1, but stored in memory offset 0.
Packet lengths can either include or exclude the length itself. E.g. packet length 200 in a protocol could either mean the length is followed by 200 bytes of data; or 1 byte containing the length + 199 data; or even 4 bytes length + 196 data (off by four!)
It’s a wild world out there.