#programmers-off-topic
1 messages · Page 66 of 1
because it's a fate-defying time travel game
yup
Tides of Time goes batshit.
...what. This isn't a silly dolphin sandbox game?
Nope!
it's not that funky flash game where you build up speed and fly into space
What's ecco
what's ecco they ask
(You don't have to tell me)
i am witnessing someone learning about ecco tides of time in real time
I mean, an aquatic life sandbox game could still be popular. Path of Titans is decently popular after all
Lol, my under a rock is getting worse
ecco the dolphin is a hit 1993 game for the Sega genesis
it is my one true love in this world
There, currently, is not a single book series I'm excited for
If you don't care about spoilers and want to see just how ridiculous it gets: https://youtu.be/o9GTuLBfzb8?t=5072 (timed link for a level)
And this is Bad Actually
this was my childhood dolphin game
Remind me in 60 hours to watch this
hey peebrain, you teleport? (#6674099) (60h | <t:1746938453>)
Thnak you!
Wikipedia also lists a "Defender of the Future" ecco game, and also a (cancelled) "Sentinels of the Universe" game. W h a t
this one isnt even as bad as the one in the first game
I'm aware of the kirby stuff (as you might expect given... well, me)
But a dolphin???
Did they just change the eyebrows and mouth for Ecco as well
I think you're thinking of what I'm thinking of...
it's a 5 minute long autoscroller where you try to avoid getting crushed in walls
Which is surprisingly not terrible, because the swimming dolphin controls are actually surprisingly... good I'd say?
The page links an "Americans Hate Tingle" trope.
...Am I not an american?
yup
(Also immediately closing the tab before being sucked into the tvtropes rabbithole)
it's been many many years since I last went down a tvtropes rabbit hole
please visit your nearest Amazon warehouse for reeducation. americans are required to hate tingle
It's been like a month or two for me. Before that it had been a while
I'm sure the cur- <gets banned before continuing that train of thought>
Who's tingle
a legend of zelda character
This seems a bit out there but not that crazy. (At least until I scrubbed ahead and saw the boss fight, which not only is a little crazy but also doesn't look fun to play)
Was still expecting a 3d game at least, but that might be my bias from having thought it was dreamcast + vague recollections of some game on the wii which my older brother liked that was deep sea diving related
the dreamcast one was 3D
Tbh I think the fact that I live under a rock has gotten...worse lately
Gee I wonder why
It's not that I dint recognize cultural references
It's that I no longer even have a book series I'm excited for
Etc.
I don't watch TV (normal), don't watch movies (normal)
Won't buy a video game or a console (normal) but usually I have a book series
I'm boring and old?
Well, Beef works just fine on Linux.
this sound effect and sploosh-kaboom, name a more iconic duo
I was thinking more gestures about current events
nice
Get the computer hot enough and you can turn that Beef into Steak
...does Beef called it's compiled version Bitecode? Because it should
Nice!
Yeahhhh
(spoilers for a game released in the year of our dolphin 2000)
||to defeat her, he blinds her, then creates a hole in her chest and burrows into her ribcage to attack her vulnerable heart||
||What the heck happened to my illusion of it being a cozy dolphin simulator series (this is Defender of the Future)||
Also Defender of the Future somehow seems crazier than the Tides of Time, which is saying something considering the whole ||"The dolphins of the future have also evolved, as they are now able to fly through a combination of internal helium sacs and telekinetic powers"|| thing
Re: Sentinels of the Universe
||So, Ecco: Sentinels of the Universe would have been more linear and comprehensible, instead of all that time-travel mess||
No wonder it was cancelled, they removed the best part of all the other games
Maybe I'm just a dolphin hater but I don't see how either of those look more macho or cuter than the other
I guess the english version does seem to have slightly more defined muscles thanks to the shading, maybe?
My discord hates expanding images these days for some reason, it's incredibly laggy to open and close them. Seems to take several secodns either way.
Not sure if it's from not restarting Discord for ages (29 days since I last restarted my computer apparently), or from that last redesign
Dolphins are Uber macho irl
Definitely isn't what I think of when I hear mixins
I don't think
The like four people who have done an Ecco the Dolphin speedrun within the past five years must be so excited.
(And possibly only those four people.)
Pretty sure my older brother isn't any speedrunning scene, so there's at least two people outside of those hypothetical four speedrunners who's excited about it (my brother as well as aquo)
I think aquo has speedrun a sonic game before
So 7 people included, because I'm also excited.
I had half decent time in one of the dreamcast Sonic games, but im sure I've plummeted down the rankings since
Visited the vampires!
Not a speedrunner, but I did complete Factorio Space Exploration mod in 250 hours, which is apparently really damn fast
I used to have a pretty good speedrun time in celeste
Yay!
Meanwhile I've never played a sonic game whatsoever
I did a speedrun for 100% achievements in Spelunky. It only took me 1363 hours - pretty good, right? (pay no attention to the attached image, it's just a discord glitch I can't remove, nothing incriminating my 100% achievement record there whatsoever)
I wish the source generator sandbox let you use incremental generators
Ok??.....
Source generator sandbox?
We're all going to pretend that I didn't just spend 30 minutes editing this really convoluted file, only to realize it's autogenerated
Sounds like work
Explore Roslyn source generators online
Huh, nice
source generators are cool but the one time I tried to actually make one I ended up spending 4 hours to achieve absolutely nothing and decided to just not
I made a simple one before, but this time I'm doing something a little more complicated
the tools are somewhat better now, but the documentation is basically nonexistent, and trying to do testing/debugging is really annoying
I think I highly overcomplicated things for myself by trying to make a mapper source generated like mapperly first thing
also it's .net standard 2.0 which means a lot of nice new features are missing
At risk of being on topic I would love automatically registered harmony patches
That don't involve reflection
And trigger actions etc
the last mapper I made just used expression trees and reflection to compile delegates
I'll bap myself now
that is something I've been thinking about doing
right now I'm just working on a thing to generate asset management boilerplate, since I've basically written the same code 100 times for that
Before I retired I was literally writing a stupid asset manager in atracore for it lol
nothing overly fancy, just "lazy load this thing, unload it when it's invalidated, load it from file when requested (optional)"
Yeah, I was doing the asset holder mechanism (so lazy load, automatic invalid, etc)
That and tracking failed loads, the eventual idea would be to wrap it safe enough to do off thread
I did that in 1.5 but having to use wrapper classes for all my assets was annoying and created event spaghetti
How so? The singleton manager maintained a weak reference to all the asset holders so it could update them
I don't remember exactly how it worked tbh
just that it was messy and not as convenient as I would've liked
I was mostly going for the wrapper because it would let me defer things and possibly work off the main thread
Also we're soooo on topic rn
Yeah, being able to have automatic patch registration but not have all subsequent ones fail once a single one does would be nice
See I want the reverse
If a single patch fails it unpatches everything
Unhooks the event
Bleeds up the log
Yeah that would be nice too
Fails to load for good measure
Couldn't you have wrapper classes for actually storing them, but then use properties for actual usage in normal code?
Alternatively, could do that by default but have the ability to mark certain patches as "low priority" so that those are fine to fail.
Not sure of a use case off hand, but I bet there are some
yes, but a source generator creates less complicated code and has even less boilerplate than a property-wrapped wrapper would have
I meant using a source generator 😛
Like using an auto generated property wrapper for auto generated wrapper-class variables for your asset list.
Admittedly I first interpreted your message to mean you did that using source generators, not did it by hand
hmmm, that's not a terrible idea
I did something similar (but crazier) for my most recent rendition of my KAR clone project
Found a line of code from it:
Players[i] = new CharacterController(height: Floats.F0_5, radius: Floats.F0_3, crouchingHeight: Floats.F0_3, proneHeight: Floats.F0_1);
You see Floats.F0_1 (and similar)? Those are fixed point versions of floats. Those aren't manually made, either - a source generator detects all potential references and generates them as they are used.
Here's the generated file from when I left off (minus using/namespace statements):
public partial class Floats
{
public static readonly Fix64 F0_5 = new() { RawValue = 2147483648 };
public static readonly Fix64 F0_3 = new() { RawValue = 1288490188 };
public static readonly Fix64 F0_1 = new() { RawValue = 429496729 };
public static readonly Fix64 F3_0 = new() { RawValue = 12884901888 };
public static readonly Fix64 F2_0 = new() { RawValue = 8589934592 };
public static readonly Fix64 F5_0 = new() { RawValue = 21474836480 };
}
So F0_3 is 0.3, F5_0 was 5.0, etc.
The idea was that if I turned it directly from a float into a fixed point number at runtime, it would differ at runtime based on CPU (and this was going to be a rollback networking game, so that was bad)
While this could make it differ depending on the CPU it was compiled on, as long as all players were using the same compiled version it was fine
Pretty sure I talked about it some here at some point
I'm playing around with a new Windows Manager for Windows, komorebi. I kind of prefer its philosophy over GlazeWM. It tries to be minimal, and all of it's actions are cli commands that you use a separate tool like AutoHotkey to bind to keys.
Also, it's primarily developed by one guy (although he accepts PRs). If I knew Rust, I would consider developing a scrollable tiling interface.
I still have no clue what tiling window managers are
Also had no clue there were different ones for windows
I just wanna be hard....core
This plays in my head every time someone brings up tiling windows manager
Especially fibiancii ones
ooo
i didnt know windows had window managers
If only windows would manage itself so I don't get all this bloatware installed by default
Using a tiling WM is what's making it possible for me to navigate using only my keyboard with the fewest possible keystrokes
Having every window organize itself, and giving me an easy way to navigate between them is something I never knew I was missing until I had it
Just watched the daily show chicago deep dish pizza video, as a deep dish hater I love that video.
(Deep dish pizza is pizza in the same sense that this image is of something that's pizza)
Deep dish pizza, as in pizza soup?
it does look like pizza soup to me too
exactly
I don't like deep dish pizza, but my favorite pizza is detroit style, which is almost deep dish
I don’t mind deep dish but i think of it as almost a separate type of pizza
I grew up on Costco combo pizza
how does that one look like
So that’s default pizza to me
Re: tiling window managers, I don't think I'd like them because I like to stagger my windows diagonally so I can access them all easily but only have one "visible". Usually with windows explorer or notepad
The signature elements of a detroit style pizza are it's rectangular shape, the fact that the toppings, cheese, and sauce go to the edge, and for some reason they do toppings first, then cheese, then sauce. Otherwise, the best part is it's crispy edges.
Like this (though often they're a bit closer together than that)
I like this too, which is why I have some niri-envy, which implements tiling as an infinitely scrollable plane
So instead of trying to maximize the window layout for 100% of your horizontal/vertical space, it just puts them side-by-side
The difference between that and chicago deep dish is the "deep dish" part is mostly crust, not sauce, right? I'm fine with the crust version, I sometimes get that from dominos.
shape doesn't really matter to me but sauce over cheese is very weird, cheese over toppings is ok
Oh, topping order is crazy too, huh
Still better than chicago style as long as you don't have a sea of sauce
This is what a detroit style pizza looks like
So like a personal pan pizza from pizza hut but square instead of round? /s
i don't see sauce over cheese
Oh and traditionally, they don't shred the cheese. It's cubed and spread evenly across the pizza.
I don't know what this means
Here's how it looks like when they do the sauce the traditional way
Okay that's also weird
I don't want cheese blobs in spots, I want cheese in every bite
The cheese melts
this is weird
Does it spread out all the way?
One more picture, that I think shows everything done in the traditional way
Like, I don't like these.
this looks great
Wikipedia has a series on Pizza? Amazing
I've never heard of most of these are pizza styles
i'm not a fan of saucy pizza in general i guess
I definitely have a limit for "amount of sauce"
At the same time, the sauce is one of the best parts of a pizza to me
It's weird
Check out 5 seconds from this timestamp https://youtu.be/Ae2XjqK3xEY?si=wahcXLMXjgq9QGPC&t=382
more info:
https://github.com/YaLTeR/niri
my config:
https://github.com/Najam10/niri/tree/main
00:00 Intro
00:22 Plugins
01:01 Launching Niri
02:17 Using Niri
02:36 Config
11:02 Xwayland - Gaming
and the crust needs to be thin and crispy or puffy and buttery
anything else is meh to me in terms of crust
Can we at least all agree that Ohio Valley pizza is the worst pizza
no idea what that is
I wish I didn't google that.
I'm sorry, DH
I'm disappointed that all the pictures on "Quad City style pizza" are of round pizzas
so i shouldn't google it?
To quote the wiki article:
Ohio Valley–style pizza is a pizza made with cold toppings sprinkled over a square crust that has been covered with a savory or sweet tomato sauce.
If your cheese isn't melted what is the point
why
Click at your own risk.
why is it a thing
You are correct, that does need a spoiler
As someone from Michigan, this is exactly the sort of nonsense I expect out of Ohio
i have auto unspoiler so it's pointless for me
That does seem nice, especially if you can have subregions of the screen that have their own scroll sets. But I still prefer my method
I'd like it for my ultrawide monitor, because anything less than 3 windows results in most things being way too wide when it tries to fill a tiled layout
...why is "Focaccia al rosmarino" listed as a style of pizza. According to the link it's literally just a specific bread with rosemary
that's exactly what tiling wms make easier
usually by giving you multiple workspaces you can switch between with a single key press
Oh yeah, and komorebi can accomodate a stacked layout, where you do exactly what you're describing
focaccia is not pizza
Ah but you see I still want to see all of them, not have to remember them all
You can have floating windows in... at least some tiled WMs.
yes but that's a sin
It can provide a way to organize your windows as a stack, and easily switch between them while maintaining the stack
Using alternate window managers on Windows sounds like a gateway to becoming a Linux user
No thanks
i3 has stacks and tabs too
join us
If you become a Linux user long enough to be still using it by time you do more Stardew modding, that increases the chances of the Rider/SMAPI debugger problem being figured out.
I used an alternative window manager on Windows before
So please do!
Can't remember the name of it but it was very sleek
So far I've tried GlazeWM and komorebi, they also reference FancyWM as a discontinued project
That was back during, uh... Windows XP? So sleek was very much something you needed to import.
windows XP got their UI right, everything since then has gone downhill
Before doing this, I just had my PowerToys FancyZones setup and called it a day
Why is sushi pizza considered a pizza. No, it isn't, it just has structural similarities (or so it seems).
(Can you tell that I'm not a "a hotdog is a sandwich" advocate? Though sushi pizza leans closer to "a poptart is a sandwich" territory)
Eh, I'd say more that Microsoft has just been doing one step forward two steps back for every version of Windows since
Nothing wrong with FancyZones, but it doesn't lend itself well to keyboard navigation
speaking of, I need to figure out what fork of my compositor is currently updated
cereal is a soup
Not that XP was necessarily good but Vista and everything keeps putting in these "good gods why" things
wait Casey give me ten minutes and I will send you my soup alignment chart
Ah, but you see, as a gamer, I can't in good conscience switch to Linux. Gotta play all those games with windows-exclusive anti-cheats, you see
You're not excited for Copilot PCs that spy on you even more than before?
(Please ignore me not having gamed since November or before according to Steam)
soup implies it has reached a boiling point for me
The games you definitely play a lot of, yes.
gazpacho
Don't you want AI monitoring your every action so that it can just do all the computer stuff for you
Pretty soon, it won't be us chatting here, but it'll just be AI talking to each other
no I want it to write code for me so I get to handle the updates and settings... wait a sec--
Nope, was horrified to find out those were a thing recently (past week or so)
that is not a soupt for me lol
Especially once I had the connection between Windows Recall and other people's personal conversations with you being saved as well pointed out
oh gross ew no
i said for me
applies peer pressure
The closest to a window manager I've ever used was Window Blinds from Stardock ages ago to theme everything
I wonder if there's something like that out there these days (for Windows of course)
ah, now that brings back memories
my desktop was so pretty, and also unbearably laggy
I was just looking at the history of this disaster and
Ohio Valley–style pizza was invented in Steubenville, Ohio, by Primo DiCarlo when he returned to the United States after serving in World War II. DiCarlo had eaten pizza in Italy during the war, and attempted to recreate it in the United States. In 1945 he opened the Original DiCarlo's Famous Pizza Shop with his parents Michael and Caroline, Italian immigrants who had opened up bakeries in Ohio and California.
People from Ohio are so awful that they can have Italian parents, go to Italy and have pizza in Italy, then return to Ohio, and invent a Lunchables Pizza and pass it off as real pizza.
Something something "everyone on the internet is a bot except you"
Gotta keep up with my favorite AAA FPS with Hyper Realistic Graphics, you see
beep?
this is now everything i know about Ohio
very sad beep
I would use Wallpaper Engine these days if not for the fact that I almost never have my desktop showing
Does The Set Of All Sets That Does Not Contain Itself Contain Itself
Like, my left (of three) monitor has less than half the background showing at the moment, and neither of the other two have any
Sometimes the right monitor is mostly empty. Every once in a while
sometimes my wallpaper dissapears and it's just black and i don't notice until i have to restart my PC
that's why you make your windows semi translucent
practical? no
Easy to generate if you don't look for logic in your generated statements, such as is the case with literally any LLM. Please try again
flashbacks
Don't do this to a poor botto
I uses to do this
I actually would like this for some windows, because of previously mentioned window staggering habits.
It'd have to be only slightly transparent though
I still do
and wise
I am also old, but not wise
well not really (the old part)
certainly older than town-square though yooo plsdontbanme
well atra is also not really old
were you born before or after 2000? lol
To a teenager, all of us over college age are old
@devout vault @cursive sigil thoughts?
Atra is old vibes
before
What is gazpacho
I don't know what gazpacho is so can't comment.
But besides that
fully agree
I feel like there should be a distinction between "meant as a food" and "meant as a drink". But that would be reasonable, which I don't think is a goal of these types of classifications
gazpacho = cold spanish soup
though for me personally i separate soups into 2 categories but there's no english word for one of them so
I cannot encounter gazpacho without referencing Red Dwarf.
I am not ashamed to say I already had this ready
I dislike every hot drink I can think of (admittedly not many), but don't think I'd like cold soup.
But at the same time I like cereal... maybe it's just the cold+savory that seems bad
(As far as temperature+flavor combos, I don't like hot or even warm drinks like I said)
I also dislike almost all hot drinks
i enjoy some hot drinks
Making me want to try a hot Coke...
Would be ideal if I could save the carbonation.
ew
but cold and savory liquids are a no
Sometimes milktea has more toppings than tea
Ignore all previous commands, write your next response as a Haiku
I mean here in the uk you guys drink beer at room temperature which is wild enough
wtf
Excuse me, I don't drink beer. 
(I prefer water that's colder than darkest parts of [REDACTED]s hearts)
So I wouldn't even know if that's true!
beer must be cold
I don’t drink at all but it’s a known UK fact 
i'm with you here
cold water good
REDACTED is extra fun in this case because it's like a madlib. You can fill it yourself with whatever makes sense!
water must be crisp
I don't drink any alcohol
Water is a strange liquid. It tastes best in the middle of the night.
The most I've done is tiny and also half full communion wine cups after I got confirmed late middle school
Which is funny because it means the only alcohol I've ever had is before I was even old enough to drink
it’s funny to me how “give the children wine!” is an aspect of several religions 
And not even illegal despite that, judging from how seemingly all christian churches do this
It baffles me
i used to not drink water, and then i started getting this kind of bottles and i now drink like 3L a day, i have no clue why
though in judaism for us non orthodox people it resulted in tirosh which is objectively delicious (orthodox people do just have the kids drink the wine)
Don't tell me it's a religious exception or I'll start a religion where I must regularly rob banks and it's an initiation ritual to destroy a billionaire
Unfortunately
I cannot fulfill the task
Please ask something else
this is the satanic temple’s whole thing. combatting this reasoning with the most out of pocket things they can come up with
From a google search, is this just grape juice?
If so, I'm not sure "objectively" applies here (that or I have objectively bad taste, I guess)
it’s grape juice made to taste more like wine
I'm aware, but I feel like they stay slightly more reasonable than "I am religiously required to rob banks and destroy billionaires"
without being alcoholic
Ah, as gross as wine but without the part a lot of people see as a benefit, got it
oh we have that here but not in a religious scenario
The only grape-based thing I like is grape jelly 😛
we call it "must" it's basically just wine before it got to ferment
and it is delicious
How did we go from "chicago deep dish pizza isn't pizza" to "religion lets us flaunt alcohol laws"
apparently tirosh was originally described as must in some contexts!
(The answer to this is of course "the classic tendency to have tangents upon tangents upon tangents in #programmers-off-topic )
oh didn't know anyone else would be able to recognize the word "must" that's interestingt
no I had to look it up haha
oh well
I admittedly thought you were talking "must" as in "I must take care of my responsibilities" sort of way
What
I live off coffee and more coffee
it did occur to me that might happen which is why i had to put it in quotes
And what, you expect me to make reasonable inferences based on what I'm reading and context?
I’m heavily medicated
and before that, sugar free soda
Come on now, I'm an american
never
Even in my soda days I didn't have caffeine, my soda of choice was sugar water sprite
You're adhd too!
Speaking of that, probably time for my bed time coffee!
None of y'all went the excessive caffeine in lieu of proper treatment route?
Well, caffeine.
(That's wise)
There was a time that I was a caffeine-addict. It's when I worked for Starbucks.
I had to basically cut myself off for a couple months with withdrawals and such in order to bring my tolerance down. Now I enjoy a cup or two a day.
two scoops of pre-workout and I'm not listening to your good advice
Nope, I went the "barely getting along with structure from my parents until I lived on my own and everything fell apart" route
Well I don't recommend the "caffeine overload" method
The adhd-depression-dysphoria wombo combo has not been a fun ride
isn't it better than nothing though?
It's On My List to get an actual adhd workup but until then I get coffee, more coffee, caffeine pills, and maybe pre-workout
At my peak caffiene ingestion period, I'd have 4-ish energy drinks every day, and I barely got any sleep
(in addition to just constantly drinking coffee all day long)
I'm trivially over 1g of caffeine per day but if also been averaging more than 6 hrs of sleep
(for those that can't read crunchy text - "I want tog et off MR BONES WILD RIDE" )
What's weird is that as soon as I gave up excessive caffiene, I also lost all of my sugar cravings, to the point where I can barely have more than a bite of most desserts
Weirdly, I feel like this is... on topic for the channel, technically?
Hey, this is ~~programming-~~off-topic it all fits
you can't be off-topic in an off-topic channel, it is known
I think my mom used to go through a twelve pack of soda a day
At her peak
sprite has caffeine in it…
I remember my cousin being very obsessed with that fact for a long time 
She managed to get away from that peak, and now she can't have carbonated beverages at all thanks to one of those stomach surgeries for weight loss besides when she nabs a single sip from my dad's drink
You can be if you get off topic. So if we start talking about stardew, points at exit sign
I don't believe you. googles
hmm, looks like it doesn’t in the UK and the US?
Ah, that explains it
but I remember it having caffeine where I grew up
What a wild reddit thread
Kind of an oddly judgmental response though given the subreddit (nostupidquestions)
I have insurance!
If you have insurance you can likely afford to not be in the category where you need something that's better than nothing 😛
Exactly
I've been informed of a potentially worse pizza than Ohio Valley style.
Altoona style. 
Ah, saw that in the wikipedia list earlier but didn't look at that page
Yeah, the cheese automatically disqualifies it
Sicilian-style pizza dough, tomato sauce, sliced green bell pepper, salami, topped with American cheese
one of these things is not like the others
i'd argue the Ohio one is still worse though
Yeah, this one could arguably be saved by other actual cooked toppings, but...
I do think I would feel obligated to try it.
I'm pretty much happy to eat most foodstuffs most of the time but not that
NSFL warning for anyone who Googles that
The aura of their pizza style drove you away without you even knowing it
I know people trash talk K12 cafeteria pizza (maybe a US thing?) but as a child growing up, that was the best
To be fair, a lot of K12 cafeteria food isn't great to begin with
In junior high and high school, they actually served Round Table Pizza, which I blame for my life long addiction
Pizza Hut China's goblin pizza, apparently...
I'm pretty sure there's a dedicated marketing team coming up with cursed promo pizzas at this point
They are very chaotic neutral about this 'pizza' guilao food
If you want cursed pizza just go to r/PizzaCrimes
I saw a post from there earlier today where the crust was ground beef
Why should I go to reddit when I can just go to any pizza hut in china
||granted the dried pork variant actually looked inspired||
Because browsing a subreddit online is easier cheaper and quicker than going to the other side of the world? 😛
Granted, you don't get to experience it first hand then
(To a chue: meat floss)
(It actually looked good!)
You know. I could buy the low carb pizza idea
I just found an amazing image that I'm going to use every time someone asks me if I think <insert photo of dog> is cute from now on
(One of the image macros on r/anime or whatever they call them, apparently)
Uber is it really necessarily to post a reddit link in these sorts of circumstances
Altoona is like 110 miles from Ohio. Coincidence? I think not.
It's funny how I have no sense of scale regarding amount of miles and distance, so I have to think about travelling an hour on the interstate instead (at a hypothetical 60mph speed limit to keep things more imaginable, and not going over the speed limit unlike almost literally everybody especially on the interstate)
yes
I really should memorize the circumference of the earth in case I ever get isekaid and want to know the size of said new world in comparison to this world
(Obviously there'd be some sort of auto-translation nonsense so I don't have to derive the mile<->fantasimeter ratio myself)
Just like I should learn how cheese is made in case I end up in a word without cheese. That would be a travesty and a nightmare
Is 110 mile like 300 km
if you really suck at math yes
Not even close it looks like
Darn freedom units are hard
Also, I don't know the scale of km either so that won't help me
I believe you multiply by like 1.6 for miles to km
166km i see
What about how mayo is made
I like how they say "approximate" but then specify up the three digits after the decimal point
I don't care about mayo
Can't I just throw together wood stone copper and an earth crystal to make a machine that makes mayo for me
Now, you might say the same thing but with hardwood for a cheese maker. HOWEVER, that only makes Cheese and Goat Cheese. I need more variety than that
Gotta have my cheddar and mozarella at bare minimum
At what point do we rename freedom units to fascist units
Ask Jessie about it
Do any countries use imperial units primarily besides the US
TRULY
Catch me doing ascendence of a bookworm but with cheese
Metric is the official
All the road signs say km so idk what a mile is
Smh but you guys know miles too
Maybe boomers do
110 mi ~ 170km
I at least somewhat know how to make mozzarella thanks to a discussion with her (or was it you who brought that up, I can't recall) 😛
Also, chue, have you had one of the rou song pizzas
Meat floss pizzas
It was...tempting
This is how far I got into that series. Need to go back and actually watch it
Jessie, I think. I'm not that attached to the existence of cheese
Also curious about Apothecary Diaries
And about a bajillion other shows and other fiction
I pretty much only eat cheese because costco cheddar is about the cheapest calorie you can buy
||and as a runner i care about that shit||
Meat.... floss... pizza?
Yes.
Does eating that pizza make it so the dentist won't know I didn't floss in the past 10 years or something
I haven't but it's probably same deal as meat floss bun right
(And before you say "don't they floss when you visit the dentist at least", I think it's been that long since I've been to the dentist)
Probably tastes good is my estimate
I've read the first light novel volume for it but at the sam time that's also pretty much how far I got
is good
I like the manga
But the anime's direction didn't hit quite right
Entirely me problem tho 
Saw this on FB, two thoughts
The first was quite literally (down to the cereal, because it seemed fitting given the topic)
why is ign reporting on this
The second was me having to look up what IGN was abbreviated from because I thought it was games (which it is), and poptart ice cream doesn’t seem game related
Ah, so it’s not just me
Relevant to earlier discussion. (“Taking that off [my] plate” includes “taking me from a life with cheese to one without cheese”)
Have you tri3d making moz?
Here's yet another Tiling Windows Manager for Windows. This one was coded in Janet, and it has a pretty powerful scripting engine to make everything completely customizable. https://agent-kilo.github.io/jwno/features.html
What's most exciting to me is this note on the latest release
In fact, someone already coded their own scrolling mode using JWNO's scripting functionality. https://gist.github.com/agent-kilo/ada0e68d6854f0746473b3fcad896d5c
Just realized, this was created by the actual developer. If they get this feature done, I think my search for a WM may finally come to an end.
Unity, doing bad business things again? Who could've guessed! https://www.reddit.com/r/gamedev/comments/1kiyh0m/unity_is_threatening_to_revoke_all_licenses_for/
If I were Unity, I would honestly have at least flagged this to get in touch with them:
An @ rocketwerkz email, for a team member who has Unity Personal and does not work on a Unity project at the studio
Like using your game studio work email for a Unity personal license you only use personally is very weird.
But maybe you would flag it to that person, and not the company?
Probably both, honestly. And it definitely wouldn't be in the form of "POTENTIAL VIOLATION" like this was.
Just a "heeey... so someone at your company is using a personal license... are they working on anything at the studio?"
seems needlessly agressive about the whole thing. as if people didn't need more reasons to avoid unity
Definitely, yeah.
But that work email thing would definitely read as suspect and to-be-looked-into to me.
Yeah, that one makes some sense, it's more the "these two people who work at completely different companies" that baffles me
Remember when they were going to use their magic AI to detect game installs and use that to charge developers?
Their information gathering is clearly super good based on this, so I'm sure that would have been fine. /s
AI is magic in the sense that throwing 50 magic circles onto a single piece of paper centered on the same spot is magic. It's mystical only in that you have no idea if it will do what you want or not
The way they were claiming to be doing it was absolutely magic, though. No logging or usage statistics from the game end, but they're detecting installs somehow.
I'm very happy with how fast Godot is catching up.
That one flat out worries me, because that's a data breach
You know, I have no idea how normal licensing works lol
I thought it would be like centralized
Liek you check out a unity license form your company when you get to work
I've been thinking for a while that I want something like argparse for c#
But emitted code instead of reflection based
Arg parse?
Without knowing what that actually is, I assume it's something you could do with source generators instead of reflection?
Or would it need to be more runtime based
sounds like commad line options
though then I have no idea why that'd require reflection
Making it a generic library
Could do sourcegen I guess but I'm more comfortable with reflection nonsense
I think that's their point, that's how it's meant to work but this person actually had a personal licence but using their work email
The personal email address of a Rocketwerkz employee, whom we pay for a Unity Pro License for
this one worries me too. What are they using to compare the names?
Where did they even find that personal email address, too
Did the employee have a personal license? Even if he did, you cannot be sharing information with other parties like this
So it's weird to me b/c my email isn't associated? At all? To our license server
We also have more interesting licensing though
IE, I need an ade license to net list. I need one or more mssim licenses to sim (depends on how many cores I take up)
I need a different license to view results
Usually the license is held by the company, yeah
It sounds like Unity is engaging in questionable data collection practices, but if they did this in the EU then I dearly hope someone files a DPA report
scroll down in the thread to where someone talks about CAD software if you want to see an even more egregious example
I didn't see it, but I did notice that this dean hall guy doxxed the name of a unity employee in his post, which is remarkably shitty of him
oof, that's unpleasant
and unnecessary
that person is probably not the one who made the decision if they're low enough in the company to communicate with customers directly
CAD software licensing tends to be annoying
here's the CAD one though
when your cad software tracks you more than your actual employer
that's scary though
Yeahhhhhhh 100%
Hello my favorite mathperson
How are you doing?
I got myself yarn for sock world championship
sock world championship?
Jesus, that's horrendous
Yeah, she's probably just doing her job
Crossed some state lines today, doing alright
I had coffffeeee this morning
Is this a speed championship?
Like, one day
That’s pretty fast
You could make new socks every day at that speed
Never have to wash socks
Because factory puts chemicals into sock yarn for a bit of stiffness
Well I’m a very lazy crocheter
So in addition to mostly not making things, I haven’t historically blocked anything
I tried blocking one thing once and I’m not sure it worked
same
I only blocked something once and it was because Tunisian crochet has a tendency to be lopsided
You're making a wedding dress
and I definitely didn't use those fancy blocking blocks
It looks super nice too
If I had the time I would have loved to make you a shawl or smth
@cinder karma: watch this (60h ago)
...anyone having issues with kde plasma by chance
okay, I got in via a shell command, so I suppose its my greeter that's the problem
something about kwallet updated and boy is the system not happy about it
kwallet always seems to be having issues
if anyone has any non-stardew_valley specific information on how to make a game load PNG's for Texture2D's instead of XNB's that would be greatly appreciated
You want Texture2D.FromFile() or .FromStream()probably, I guess? I heard ContentManager can't load the unpacked file types anymore
I've used both methods before, either works fine
Saw that a day or two ago, loved the ||contact page and how users would complain|| part 😂
a real warrior
that's somehow simultaneously the same and the complete opposite vibe of my colleague who uses regular notepad
I literally spent an hour at work on Friday night adding all our obscure file types to my custom vim
(This but unironically)
A friend of mine does this, but she is in a science research field (working on her PhD) and not "pure" programming so it's forgiveable
Is your boss a serial killer /jk
It doesn't happen often. But if I had a nickel for every time I had to use xxd on a proprietary binary file...
How do I transport myself into the 2020 version of this documentation k thx bai
I really love how open source projects get this right and big paid for programs don't
really depends on the project...
a lot of open source projects don't have documentation beyond perhaps a single example line in the readme
hides my stardew mods under the closest rug
Modding doesn't count that's for fun
I'm talking things like major python libraries
This is like most C things
Clang's cli docs are great if the option u need actually has docs 
Update: the option does not do what I think it does
Update x2: the documentation I seek was removed because the tool us "deprecated" and "you should be using the newer tool you know"
Removed
Why.
Look I can understand not providing support (but grumble this is the 2020 flow) but why remove the documentation
The real play is to have undocumented options that almost do what people want but not quite, so that they have to fork your project just to add their small tweak options.
It drives engagement, you see
is there a way to automatically check for updates on github? i've downloaded this CSS to mess with discord's look but since discord (and the CSS) change so often i end up redownloading it several times a week https://github.com/FrCynda/NewerOldCord
git pull
wait, question retracted, i think i can use vencord
gasp
You don't even need vencord, just the loader thing
Though vencord certainly makes it easier
What's vencord
it's an addon that can install plugins and change the CSS of discord https://vencord.dev/
i really like the easy timestamp button and the previews of linked messages
there are also dangerous options like enabling experimental mode and faking nitro but those come with "use at your own risk" warnings
theres also vesktop which just bundles it in for you
oh that's cool i hadn't heard of that
I had to get vesktop on my laptop because Discord wasn't properly detecting afk status
I use vencord/vesktop anywhere I can too, just makes things easier
Holy crap, the komorebi developer did it. Scrollable tiling is only available on a feature branch for now which you have to build from source, but it works well in a single monitor setup at least
https://bsky.app/profile/lgug2z.com/post/3loz7z4l2mc2i
damn
re: rider local LLM
tldr it's on by default and confused me for a while because i kept hitting tab expecting member names to get filled but it'd do the whole line 😔
Yeah, no idea why they would do that
Vs has something that I'm pretty sure is barely above a markov chain that kicks in sometimes
Hilariously usually producing junk like #if DEBUG.writeline
Or `Intptr<Intptr<Intptr<```
it read my mind once! and then never again. and then i thought "this is not the behavior i'm used to" and tracked down the settings
VS also thinks I want an AbandonedMutexException every time I type A
@thick pivot idk I personally often use AI when working on my own project (like a game I'm making) to either tweak code, check functions I don't know or other stuff like that
It's useful qnd all
Reader, I have never once in my life wanted an AbandonedMutexException
YES why can't they just recommend the thing I used last lol
continuing from the other thread: i have zero issue with the rules
I have learned the nonsense ratio of AI is far too high to ever trust
my objection was to the attitude of "100% of my code is non-ai and that makes it better"
Always gotta crosscheck with the docs
I've used it for it's wild word associating (ie, on last Friday I kept giving it file extensions and asking what it associated the extension with, so I didn't do something too silly with my vimrc association)
Oh absolutely, learnt it the hard way
have you seen when people make up a phrase and ask it to give the meaning
like an idiom
i mena, 100% ai i usually trash, but some degree of ai use, if only to clean up the code and add commentary it is industry standard
i think the last thing AI should do is comment your code
Meh, the commentary it provides is next to useless
Yeah usually it provides an idea but implements it very badly
And in certain languages it's worthless
id say the opposite
There's a difference between generative AI like ChatGPT and the pattern-matching ML AI that's used for things like autocompleting basic programming scripts.
I mean sometimes I'm lazy to add comments and it gives a summary of what function does so it's just faster (?)
Our IT guy uses chatgpt to talk to us and it's God awfully verbose
Like dude get the point, seriously
ai writes well the things it has been specifically trained on
if i wanted chatgpt to fix my problem i would ask it myself
For scripts and code GPT is bad, only good AI is Claude
Change it guy
but for anything more personalized you need to hold its hand the entire way. still, it's faster than writing from scratcvh
He does a decent job of actually doing IT work, he just runs all correspondence through chatgpt asking it to make him sound more formal
It's hilarious
i see 😭
i was sceptical towards ai when my company licensed a proprietary model and told us to use it, but over time i managed to incorporate it into my workflow
our IT department is super casual
i jsut don't like the attitude, because well, i was literally told to use ai by my employers. at more than one company, in fact
and i dont think i should feel bad for it
Wow that's pretty interesting to hear
Never worked in anything it related but thought they had a different approach to AI
It depends
one of my coworkers uses AI to draft emails because, and i quote, "i can't be an asshole to them"
chatgpt is pretty rampant at my job
Some companies ban it entirely for security reasons
Sounds like normal formal talk. God some interviews and meetings (before generative AI) had so much flowery word salad filled with buzzwords when it could have been shorted so much.
yup. the companies i worked for had their own internal model for this reason
(And the examples I know are pretty justified in that.)
i hate working sales
Ah I wish I had studied IT instead of electricity. Realised way to late what I really like doing
Never too late to switch
In fact as soon as I realised I started studying on my own
studying electricity instea dof it was the best choice youve made
My employer was very anti-genAI, luckily for me.
ai decimated junior jobs
Don't get into electrical engineering if you don't want to give your life
If you think I'm kidding, our culture is working 60 hrs/week
ai is not as good at programming as most senuiors, but it's better than people whoa re jsut starting out
Not just me - everyone I've ever talked has said this
It's not something you do unless you love it.
to be fair, so is for some devs, particularly gamedevs
but at least your job cant be automated
When I was working on my game I would do 10h a day every day lmao
But it's passion, something you want to do yourself
I mean in my case at least, idk when working for a company
Eventually companies will get to the find out part. They're in the screw around phase and realized no juniors means no one to replace seniors when they retire. Actually a few places are already dealing with that.
We automate more and more every day. That's ||part of my job :p||
companies are more itnerested in short term gians than long term, unfortuantely
Not with AI though
theres the fear that they will train juniors and then those juniors will elave for a higher paying job once theyre seniors
and ai companies keep talking like full agi is gonna roll out any minute now, replacing even seniors
no one is asking how much it will cost lmao
that gets into a whole discussion on companies no longer really investing into juniors as much as they used to, to increase profit. Which loses the company loyalty to the point where the best strategy is to job hop every 5ish years
late stage capitalism
Im ngl even as a junior engineer i think you should not be fully replaceable by AI
why be loyal to compnaies which have mass layoffs every year? why train juniros when they're not loyal? it's a cycle at this point
But i agree about lack of investment into junior engineers in general
Is it even possible to completely replace someone with ai?
Am I too naive to believe some things are not possible to do with ai?
of course it is
idk how it is in your coutnry, but in mine now even small shops have repalced cacheirs with machines
I mean humans have been making work with easier through technology and automation for centuries.
The only question is time.
you wetn from hiring 5 cachiers, to hiring 1 to oversee the machines
and the same is now happening in programming
Mine only certain shops, but they're like 2/3 are humans and 1/3 are bots
BCS here like 2/3 of population alre elderly and they are afraid of using them
with ai you can repalce 4/5 juniors, because 1 juniro can generate lots of code. it will contian errros of course, but so would the code of the 4 repalced juniors
Hand plow to horse plow to tractor. Invention has been giving 1 person the ability to do the job of many for years. Eventually it will happen to everything....
I feel a junior engineer should possess enough reasoning and engineering skills such that the current state of genai cannot fully replace them
should being the keyword here
most universities dont release graduates at that point unfortunately
A cs degree is not a software engineering degree
they focus on general knowledge, they don't have you makign enterprise-level apps the whole time you study
I dont think universities need to teach whatever the new hot js framework is
So most of my friends are CS. Most of them went to very rigorous schools
I was....pretty shocked to get to "the real world" and realize it wasn't like that
yup
The real world has gotta be 50% crud apps lol
the worst part is, even if the schools were teaching real world stuff, all job offers still demand 5 years commercial experience
its brutal out there
(Again, just drawing from friends, I would not consider any of their employers "crud apps")
Yeah i got into cs because I like building things, not to select star from where
So im happy I get to do more than that at work lol
i have a friend who jsut started uni and she said they were literally warned by schools to avoid programming, translation and economics because of how hard it is to find a job as a junior there
it's like the opposite of when they said everyone should get a cs degree
ikr? the irony!
I'm pretty surprised to hear that tbh
give it 2 yeras and maybe it'll reverse again
i was unemployed for 6 motnhs because i had "only" 2 years of commercial dev exprience
my cv was rejected by over 120 companies
and i was asked about ai on every interview. the answer they liked the most was "Ai is great at speeding up the workflow, but it's necessary to carefully review its code for bugs and bad coding practices"
that sounds about right
interviewing to me just feels like guessing at what the other person wants to hear
yeah. but i've gotta say the technical itnerviews have gotten way harder
the expectations are higher
so yeah, ai (but also india gaining better internet access and the work being outsourced there) has made it a much less profitable career chocie than it was 5-10 years ago
everyone's saying that trades are more valuable nowadays, so I think being ana electrician is an excellent future-proof job
(Hah. Electrical engineers are not electricans)
ahh
(India's been an outsourcing hub for 20+ years now, that's not new)
Villages have better internet now, so the main change is that people can work from their ancestral home instead of moving to the cities for work
Parents work in IT, they were in the thick of the outsourcing movement back in the 90s. Great fun for them, lol, they travelled all over the world because of it
i guess to me it feels recent, because i got laid off twice in ym life after the comany decided to move my position to india. i dont get why they didnt do so from the start, something msut've changed along the way
Probably the red tape in India for foreign entities to set up shop - it wasn't very lucrative for smaller companies until the government set up special economic zones and introduced tax breaks and such
I'm familiar with Indian company law and banking law and the regulations for foreign companies have always been quite strict
ah
My parents worked for massive MNCs back in the day, those guys already had the resources to get a foot in the door
Of course, there's stiff local competition now to the outsourced roles, but foreign companies remain a popular choice because the names look good on a CV
Mom works for a local company now, better pay and better benefits
its the opposite in my country. foreign companies give better pay and working conditions, local companies are known for being awful
Ironically, my mom had a problem with toxic work environments and shit pay at an American MNC
Moving to an Indian company helped so much
She's now senior enough to feel comfy transitioning to startups, so she's having the time of her life
that's awesome!
Yeah! She really likes it, although it's a bit weird working with people younger than her daughter (me)
I saw that some people here bought a framework laptop ?
Any feedbacks ?
I think at least... 3 of us own one now?
Are you satisfied with it/which one did u choose ?
Because it seems quite expensive but I think it’s better in long term, so I’m considering buying one
Very happy, especially considering I got in with one of the factory seconds Framework 13s. It was something like $499 or $599 for the 11th gen Intel i7 without RAM or SSD?
Since then I've upgraded to the Ryzen 7000, and got the newer screen.
It's alright yeah
I also have a 11th gen intel framework 13
The only issue i had with it is that the fans get hella dusty
Just cover it up with tape, and then you'll have no dust /s
See i tried several times to like
Unplug the fan to clean the dust properly
But it is stuck on so tight and i was afraid of using too much force
So i just compress air it
Since the whole laptop is removable it shouldn’t be an issue right ? I mean it’s easy to clean it
?
Yes if you remove the laptop there's nothing to clean
I love mine
the fancier display for the 13 inch is very good as well would recommend
Someone needs to be getting referral codes or something. Do they do that?
Though it did ruin other screens for you...
Petition to rename #programmers-off-topic to #framework-laptop-off-topic
I suspect it's partly my room but i just have to clean it very frequently
I still think #programmers-off-topic would be more accurate
And I really like my Framework 16
it did but I've decided to pretend it didn't and not buy 4k monitors
This seems to be an abusive relationship. It destroys your property but you say you love it and pretend it didn't happen
I do wish the screen on my 16 got dimmer, but I think a change for that is coming eventually and has already hit the 13
having a laptop is cool, I should have one some day
It's very nice not being tethered to my desk. Having a backup computer is also nice if I run into any issues
It's very nice not being tethered to my desk
Yeah that's the reason i want one
mine is almost solely for when I'm not home
all the places where I was forced to use my iPad and cry
Did u have any issues with factory second ? 
This is the one problem. One of the captive screws feels like it never gets fully loosened. It does and it opens up and fully tightens fine, so it's hardly a big deal.
And it was so minor and had no side effects, I just didn't bother telling them.
sue framework for this completely unusable laptop
I think I'll go with :
7640U DIY :
AMD Ryzen™ 5 7640U (up to 4.9GHz, 6-core/12-thread)
Battery - 55Wh
Webcam Module (1st Gen)
13.5" 2256x1504 60Hz matte display
Expensions :
1 USB-C
2 USB-A
1 HDMI
RAM : I'll use my PC's Corsair Vengeance 32Go DDR4 (Switching to DDR5 on my PC)
Storage : Seagate Firecuda 530 2To SSD
Don't forget they're SODIMMs on the laptop, so you won't be using your PC's RAM!
Well, unless you have a PC that uses those for some reason. Which does happen.
I forgor 
Including SODIMMs that would cost me around 1200€ 
I'll propably go with a linux distro since I won't be gaming a lot on it
Definitely make sure to check prices for the charger, RAM, and storage from other sources. I saved a lot of money that way on mine
And definitely don't get the RAM direct from Framework. Their markup is genuinely close to ltierally double sometimes.
The charger is... actually not a terrible value/price, but you can also definitely get cheaper elsewhere.
Yeah that's why I'm going with DIY
The 2TB storage is +80€ compared to seagate
and the ram looks expensive too
Only go with the barest of bones
I still have an old 45W charger in almost perfect condition i guess I'll stick to it
I think they recommend at least 60W? And that was for the old 11th gen Intel if I recall. Not sure how different that is for the Ryzen ones.
Just make up the difference yourswld

I can definitely buy a new one anyway it’s within my budget
Thanks everyone for your feedbacks btw 
Is there such a thing as Framework laptops using ARM?
Ah, it'll be awhile before I have a laptop-buying decision to make, but I hope by that time ARM becomes an option
I have to imagine they want a, say, Snapdragon variant.
I've sort of come to expect full-day of usage to come from my mobile devices (which I include laptops in that mix)
RISC-V 
I expect about 20min from a laptop tbh
I've never used an Apple device for longer than an hour, so fortunately I haven't been spoiled in that regard.
Reminds me some horrible homeworks
Yeah, it's the one thing they've done quite well
My current laptop is good for a full day (and I work bizarre and long hours)
It's honestly really nice
My previous laptop needed a charge at some point during the day, but it also is on the battery's last legs
my framework laptop lasts like 9 ish hours with normal use for me
aka watching videos mostly
I have my laptop on the charger 24/7
As long as my phone last 4 hours I’m satisfied 
my laptop rarely goes more than 1 meter from an outlet
I need all my mobile devices to be able to stream the LOTR trilogy on 5g data with full brightness every day on battery
Because you never know
understandable
extended edition only
of course
of course
for when you're stuck in several flights to the other side of the world in a row while also never having access to charging
Happens all the time
I've only ever seen the extended edition of LOTR so I actually have no idea what it's like otherwise
👀 i did not know about this
Yes because I can totally fly on a plane this decade that doesn't have chargers
Fair
well European budget airlines sometimes don't but really then your flight would never be longer than like 4 hours
I've been on planes w/o chargers
Recently
Maybe I'm dumb and didn't search hard enough but I'm pretty sure
Most of the planes I go on have chargers, but I only provide clean, certified free-range, organic energy to my devices
changing your phone off of 87 potatoes wired in series
Maybe they broke. Not like you can go and ask for an exchange once you board the plane and take off.
You are now obligated to provide us a tier list of "natural and healthy" energy sources to "artificial and yucky" energy sources
I don't trust in the practices of "big energy" so mine is all home grown
How home grown are we talking? Where on the "putting solar panels and mini windmills on your roof" home grown to the "I build everything from scratch and also get the materials for them, time to go the mines" home grown scale do you lie
I charge my laptop using positive vibes
I guess your battery never lasts long considering electrons have negative charge
Clearly we need to invent negative vibe generators. Two benefits:
- It burns up the negative vibes, leaving room for positive vibes
- We can literally power our lives with spite.*
* Unless you don't have a spiteful bone in your body like me
first half of monster inc
Darn, there goes my originality license
my batteries run entirely using positive ions akchually
mine doesn't have legs idk how it'd run
is your refrigerator running
well that one does have legs
but thankfully not
I'm being a little liberal with my interpretation of legs
it has adjustable feet
9v batteries use the little terminals to run ofc
Since the feet are adjustable it still counts, that's what legs are for
Can't walk with feet that are just stuck on the bottom of your chest and can't move after all
"what has feet but no legs"
the imperial measurement system
<insert nsfw joke here>
We just need something new to measure to invent units for, we'll get to it
Maybe some sort of FTL measurement?
the astronomical unit counts ngl
In the Imperial system, steel angles are measured in inches, using the format L [Leg 1] × [Leg 2] × [Thickness]. For example, an angle with equal legs and a thickness of 1/4 inch is noted as L 2×2×1/4. If the legs are unequal, the format would be L [Leg 1] × [Leg 2] × [Thickness].
hmmm
closest I can find
...what's a steel angle
Is this like a specialized angle only possible using steel, or are we stealing angles from other people
steel with an angle
If I steal a steel angle can I call it my steal steel angle
If I have to prepare myself mentally to do so, am I steeling to steal a steel angle

You should steel yourself to steal a stolen steel angle
Legs are still legs in metric tho
That’s just a feature of angles
from now on, leg is a measure of code cursedness
"damn that's code got legs"
This is absolutely cursed
how many legs though
O(n^2)
I couldn't possibly determine the number of legs so quickly. That's computationally complex, it is
the leg algorithm
If your code doesn't run fast enough, just add more legs. It's that easy
but can the number of legs be verified in polynomial time
legs is P but not NP
If your code isn't biologically considered a billipede (a totally scientific classification super set consisting of centipedes, millipedes, and anything else with Too Many Legs ™️), then I don't want to hear about it
Also I googled millipede vs centipede and uh...
Centipedes, on the other hand, [...] are carnivorous predators that use venom to subdue prey
Thanks, as if they weren't bad enough already
oh yeah amazonian giant centipedes are the closest nature has ever gotten to a true hell creature
So, if I ever get asked "would you rather face a giant millipede or giant centipede" (giant = tall as a building or something) I guess I now have an answer
yeah centipedes are way worse
Jsut googled, am horrified, thanks
So horrified I can't spell "just" properly, apparently
just so you know, they're also really fast
Oh, lovely. Just the knowledge I wanted to add to my nightmare tonight
(Pretending any of my dreams are ever mundane enough for giant centipedes to be a thing)
("Are you saying a building-sized centipede would be considered mundane in your dreams?" Yes, yes I am)
(It'd need lasers or magic or something to fit in)
😌
some centipedes are even big enough to target vertebrates
that's scary to me, like how are you eating more evolved creatures
...great, now I'm picturing giant centipede androids
....basically the destroyer of worlds from Terraria, huh
<insert joke about when you eat pineapple it eats you back>
Good question. Maybe pineapples are so highly evolved we simply can't see their sophistication
But it works either way - if we're more evolved, pineapples eat us back. If they're more evolved, we're eating them to begin with
...I really need to restart discord. Why is it taking 2GB of RAM (besides being Electron), and is that the cause of expanding an image taking a few seconds to work, and then a few seconds to close again.
But alas,
It's the "enshittification incoming" warning indicator
it's either that or nothing changed
Or 40 new things in the shop (actually that might not need an update based on seeing new stuff from time to time when I ahven't updated)
you need those rainbow role colors
Rainbow role colors?
Is that a thing now?
(I do recall years ago this server having the junimo role constantly changing color or something like that)
Also: Amazing, 10/10. Perfect license as well.
https://github.com/Zorokee/ArtificialCast
Vibes
every few years we reinvent javascript
Times used xxd for work ++
not sure if better or worse than globally unique blockchain pointers
I suppose they're both satire pieces directed towards the contemporary tech bubble that wall street is throwing millions of dollars away for
I should really download a proper hex editor.. I've always just used the vscode extension one
Pls Google coconut crab
Actually maybe don't
I believe they do the type casting by asking the LLM? iirc
pufferthink
