#programmers-off-topic
1 messages Ā· Page 59 of 1
By the time they release WiFi 8, they'll decide the naming convention is too simple and understandable, and call it WiFi alpha-gamma or something
It's not the USB consortium, so we might be okay.
nah they'll just make it meaningless and make 80% of its featureset optional
6E is just wifi 6 with less constraints on the spectrum it's allowed to use.
7 is a pretty significant upgrade in functionality thanks to Multi-Link Operation (aka MLO). Put simply, your device can connect to and use multiple bands simultaneously
So instead of only using 2.4GHz or 5GHz/6GHz, you can use both at once. Faster. More reliable.
I just wish I could upgrade the wifi on some of my devices, my 3d printer's wifi is horrible
I bought a separate router just to have in the same room as my printer so that it works more reliably
lol
I have absolutely set up single APs for specific devices before
Notably, for my backup generator. And my parents' backup generator.
But in both cases those are far away from the house on the opposite side of a detached garage, so the signal is basically non-existant from the normal APs.
My printer just gets confused by anything that's not 2.4G wifi
my ereader doesn't support 5 GHz either
(not wifi but network shenanigans nonetheless) my PC currently has the issue where the ethernet card randomly dies with a "PCIe link lost" and some stack trace vomit in the hardware logs. it happens like once every other week; not often enough to be debuggable but still enough to be supremely annoying when it happens
no solutions on google works for me, aside from a bash script that disconnects and reconnects the PCIe interface
it just needs a break sometimes
Have you tried turning it off and on again? /s
I hate that it's one of the most effective solutions
why figure out the core issue when a reboot works
like our server that needed to restart every once in a while or it would suddenly stop working
unironically this lmao, hence said bash script to yeet the pcie card
It is nice how you can actually do that in Linux.
That sounds like something that'd take a reboot in Windows, lol
Speaking of Windows and networking, I love how Windows still needs to reboot to change the hostname.
that sounds annoying for Windows Server users (not that there's any right)
Speaking of Windows and servers, how about the inetpub folder? lol Needing to create an empty folder with admin permissions to prevent malware from making the folder to take over IIS is pretty interesting.
I heard about that. as someone who shipped stupid solutions that work before I can relate, but still
I can relate too. Though... if they can't prevent malware from installing IIS then I'm not sure how they're preventing malware from modifying a folder with system permissions.
Well, here's another reason for me to not recommend Synology anything to anyone.
...oh, well that's incredibly disappointing.
as someone who is largely ignorant about brands for these sorts of things and looked at synology once upon a time, what are the other reasons?
The hardware is underwhelming for the price. You're pretty much paying for their software.
And that isn't necessarily a bad thing, but there are other NAS OSes that just keep getting better and friendlier.
fair enough! if i ever actually seriously consider a purchase of somethin ill do my due diligence, i just often saw synology used/mentioned and wasnt sure what id missed
They went full HP. Never go full HP.
I guess they decided to do some free marketing for their competitors
what are their competitors anyway
QNAP?
just a mini pc running truenas or something
asustor or something
I'm reminded of a fix I overheard at my job where some import is failing when run at 2 am and no one has any idea why so they just moved it to 5 am instead
it has never failed again since being moved
I'm impatiently waiting for the Minisforum N5.
Was shown off at CES this year, but no release date or price yet.
knowing CES there's like a 20% chance it ever releases
I haven't been to a CES since like 2012. I need to go back someday.
The last one I went to, I remember it was the year of the 3D TVs, everyone had one on display. I'm glad that trend died out.
What is a 3d tv
like a 3ds but really big and one screen
Like a 3d tv but really small and two screens
At least from 2012 the tech that 3D TVs used involved glasses which would filter out every other image for each eye so that it could create the illusion of depth by displaying a slightly different image to each eye.
Active 3D had powered glasses that would block out the image, and passive tech used polarization to show different images
It was just a more advanced form of the old blue/red lenses that 3D movies used
What's 2012
The end of the world, apparently
I wonder if you can do 3d movie with polarized light
3d tech has actually resurfaced again more recently, now using technology that doesn't even require glasses and apparently is more convincing
An exclusive first look and footage of Google Project Starline!
The Studio reactions: https://youtu.be/J0urPcc1GWs
MKBHD Merch: http://shop.MKBHD.com
Tech I'm using right now: https://www.amazon.com/shop/MKBHD
Intro Track: Jordyn Edmonds http://smarturl.it/jordynedmondsāāāāā
Playlist of MKBHD Intro music: https://goo.gl/B3AWV5
~
...
how can downloading intellij community edition be so confusing this is impressive
Downloading for Windows, or other?
They do support snap installation on Linux if you just want a cli one-liner
sudo snap install intellij-idea-community --classic
Or on Windows winget install JetBrains.IntelliJIDEA.Community
yep got community edition now
im sure this will be a great experience while gephi is hogging most of my cpu calculating forces
I should probably install dev tools on my laptop now, before I actually need them and have to waste time setting them up later.
Look at you being nice to future Khloe
I'm always mean to future LeFauxMatt, all the problems are his not mine
Am I mean to future atra?
Future atra better appreciate this body tbh
It's being kept in excellent working condition
Actually, I am going to be mean to tomorrow Khloe. Make her do it after the new wifi card comes in.
Downloading a bunch of stuff sounds annoying
Go play final fantasy the actual final one
I do have FFXIV raids in half an hour
I don't wanna go people were playing so bad yesterday we didn't even reclear the fight we cleared last week in one night.
I don't know how video games work at even the most basic level anymore but š«
That sucks I'm sorry
In summary: FFXIV has harder content called savage difficulty. A few weeks ago four new fights released. You can't progress to the next fight unless you've cleared the previous fight, and each week your progress is reset. The group of friends I play with has cleared the first fight after spending about two hours in it, and then we moved on to the second fight last week. But we ran out of the time we schedule for it.
Coming back this week, we spent two hours on that first fight again yesterday, and didn't even beat it because people were just playing terribly. It's a very frustrating feeling since it's very possible we just won't make any progress at all this week. I don't want to dedicate two nights a week to this for literally months, but if people keep it up, that's what I'm facing.
apparently you can put ref parameters in constructors
I see no reason why that shouldn't be the case but it still feels mega cursed
Why does it feel mega cursed? (serious)
I'm not entirely sure. I think because I usually think of constructors as not having side-effects
ref parameters are kind of cursed in general
Useful. Something I'm glad to have. But mildly cursed.
Ref returns are the most cursed
It's very fun to do things like DoThing() = value;
Useful, though
You can also do ref fields on structs but I'm not entirely sure how to use those
Makes me think of Harmony's field ref helpers.
I still haven't ever used those because they just seem too spooky lol
References are one of reasons Iām not happy with simply extension properties but feel like extension fields are important too
Do ref properties work
I don't think so? I'm pretty you can't do ref instance.SomeProperty at least
I am once again watching the Kirby Air Riders teaser.
I wonder how much money it would take to bribe Sakurai into making a trailer /s
database are magical things
you give it some seemingly bizarre query and get ready for it to take ages only to then have a result in 0.02 seconds...
then you write a fairly simple query (or so you think) and it takes 20 seconds
so you gotta dive into the query plan and see why it isn't using the index you were expecting
O.o!!!
You can't but you can define a ref property which returns a reference
New wifi card is here and installed. Wow do I still hate those little antenna wire connectors
But speeds instantly went from like 40-50 Mbps to 500
...and you had the framework provided one you say...
Yeah, the old one was the AMD RZ616 aka the Mediatek MT7922
But YMMV anyways. I expect it's a Linux drivers thing.
I imagine thats the one i have. What did you replace it with?
Intel AX210
well I suppose I should hope the RZ717 was some massive improvement
i'm trying to learn git instead of using github desktop but i'm stuck at step one. i've been trying to follow this tutorial https://webtuu.com/blog/04/a-laymans-introduction-to-git but i can't even navigate to my directory
any tips for navigating to my SDV mods folder via terminal
you need to cd to the directory. the terminal line should start with your current file location, which is probably a home or root directory of some kind. A shortcut is to just go to your mods folder in the file browser, then (at least on windows), right click and open a terminal from that directory
that pulls it up in windows powershell--should i use that, or should i be using the git software that tutorial instructs me to download?
you should be able to use git from windows powershell, although personally i do everything in git bash because i like it more
if you have git bash installed (i install it with git by checking the box), just right click in file explorer -> show more options -> open git bash here
aha! thank you
You can change the default tab on terminal to something else in the terminal settings
Or you can just type cmd in the file path box to open the normal command line in whatever folder you're currently in
A third option is to open cmd with Run, use ctrl-right-click on the folder, and select "copy as path", then do cd and paste in the copied path
Personally, I would recommend using WSL if you have a windows machine, but don't strictly need to work in a windows environment. Its definitely all doable with either windows or wsl, but git on windows is a bit more effort later on if you need to set up ssh or gpg for it. You can always try one after the other though!
i think going down the WSL rabbithole is probably not what they need rn but i have nothing against wsl
just use linux raah /s~
the sum of my experience with computers is two computer science classes at college, one of which i dropped halfway through kjsdhkjsfdh
git bash is basically linux in terms of the commands names anwyays
sure, nothing against doing it on windows, just keep the wsl option in your back pocket until and or if you want it 
just suggesting keeping the option there because setting up ssh and gpg (which tbh might not even be something you end up needing) is more finnicky with git bash
Tbh at this point in my life I assume I can just type markdown to format shit and get unpleasantly surprised when that doesn't work, Onenote
at the point in your life where you hope and pray that WYSIWYG formatting is dead
WYSIWYG š°
Always turned that off in every editor that supported it, hated the few where you couldn't
isn't just text WYSIWYG
True. Guess I'll have to write everything using a hex editor from now one (unless I'm writing hex numbers, in which case that's also WYSIWYG so I'd need to move to editing things in binary... and if I need binary numbers, well, I better learn how to do it directly on the RAM transistors or whatever)
More seriously, I'd prefer some sort of live end-result preview on the side of the plain text editor in a split plane or something. It's sorta the best of both
all the ones I tried for neovim were a bit of a hassle tbh
I believe they're pretty good in vscode for websites at least
considering the html/css/js renderer is basically already there included
for markdown there's stuff like obsidian I suppose
I've been stubbornly using vim keybindings for the last few weeks until I git gud, and it's felt like typing behind my back
I'm using VSVim in Visual Studio, the neovim plugin in VSCode, and vim on my servers
I can navigate around mostly fine, but I'm still not down with the motions to make anything more efficient
Obsidian allows you to enable vim keybindings, but I had to turn that off after a week or so of trying. It just doesn't translate well for me.
I use it in everything
aquo can attest I quit vim twice though
before it finally stuck
I haven't quit, but I'm just dealing with the part where I'm a lot slower still
Like I wanted to swap two lines of code with each other, and found myself fumbling a lot to do that efficiently
I tried asking ChatGPT after the fact how could I have done that most efficiently, and it gave me non-working answers, so still not sure the best way to go about certain tasks
It's first answer was basically to have me retyping everything one character at a time, so I tried nudging it in a direction of "how about if I use dd and p" but it still didn't give me the motions to navigate to different parts of the line where I needed to fix things
uh Iād just dd one of the lines and then p/P depending on whether I want to put it before or after the line I have left
I donāt tend to try to be fancy
I also needed to swap out a comma for a ) on both lines, so that was just extra movement I had to accomplish, where a mouse would've just had me click and replace
I was just trying to think through the task and then practice it a few times until it felt more comfortable
Do you find yourself using visual mode a lot?
visual mode, no, basically never. Visual block move I use very often
primarily to move a bunch of lines together or to change all of their indentation (with < or >)
I also have my editor setup with relative line numbers to help me navigate up/down more efficiently
(Fwiw on Actual Vim, just set mouse mode on.)
Iāll be honest I just go up and down line by line like a pleb
I mean, I'm allowed to use a mouse in vscode, but I'm trying to force myself to do things in a vim way
I'm getting better at insane find and replace commands
obviously I do use jumps quite a lot to jump to methods or classes or whatever but thatās outside of the vim stuff
I also setup my browsers with the vim-c extension so my browsing is using vim keybindings too
Iāve been slowly but surely using find and replace commands moreā¦
I thought Iād never use it
Tbh I'm actually quite good with sed hilariously
You got any examples of some of your most used/useful shortcuts?
uh in visual studio CTRL T is like 90% of my navigation summarized
for vertical movement within a file I either j k or just scroll with a mouse
horizontal is a mix of w/b for word based movement through the line and sometimes f or t
I rarely do anything fancy
Iām not trying to minimize keystrokes or anything
apart from that
all the ciw, diā, ci( etc are probably my most used
I need to do more w and b movement, I do a lot of h and l when those would be faster
change inner word, delete within apostrophes, change within parentheses
I pretty much donāt use h and l. When I move so little that those make sense I tend to just use the arrow keys since they also work in insert mode
I sort of shot myself in the foot with my key mapping, which I know I can change at any time, but I'm using home row mods so I lose being able to hold down my home row keys for repeating them
So my navigation is tap-tapping instead of holding
ah the tap tap
I tried to make tap+hold perform the original key, but that makes everything less reliable
that drove me nuts when I tried it so I got rid of any key where I had a difference between hold and tap
I've gotten pretty efficient at the home row mods at this point, fine-tuned the timing so it doesn't get in the way
There's some pretty easy ones I use a lot
xp to swap two characters
The indentation ones I use a lot
Also got this thing going on in a layer, where I'm forcing myself to use vim navigation
I used to have my tab thumb cluster key be a windows key when held thinking Iād never hold tab anyway and then I played minecraft and kept opening the app launcher
For moving around tho, I use Hop/Easymotion constantly
Wait, does this require you to create a visual selection of two characters?
unfortunately hop/easymotion are not a thing in most vim mimic plugins
I have a whole layer just for minecraft/gaming
No. x cuts the character under the cursor, and then p pastes it back in, which would now be after the second character
Ah swap two in place, I see
x just deletes the character under your cursor. Since that character is gone your cursor moves forwards to the next character. p then pastes it after the character your cursor is on..
I never swap 2 letters tho
I feel like there's power in the whole stack or whatever where delete gets saved to
fortunately I am not dyslexic
Most vim clone plugins are... fine. I don't actually think I use many other programs that support them
Registers are good to know, but that can wait until you get the basics
I do use "0 and "+ a lot tho
visual studioās plugin just does normal vim stuff but it doesnāt have anything that would normally be a plugin
I literally never use the registers
The neovim extension for vscode actually defers everything to the real neovim behind the scenes, so most things work
ymmv
I feel like I should be using the registers but they just make no sense whatsoever to my head so I never have
That's what I use. My config disables most of my Neovim plugins, because they aren't needed/dont work in VSCode, but there are some that do work with both
beyond whatever the fuck the one is that p grabs from
vscode definitely has a vastly better vim plugin implementation than visual studio
I think p actually uses "", which I never manipulate myself
I'm using LazyVim which is preconfigured with enable/disable for vscode
is LazyVim one of those that pre-installs like 150 random plugins
yuck
good way to learn whatās out there at all
I like how this implies minecraft is a completely separate experience from you than plain old gaming
Honestly with mods it kind of is
True
95% of people would quit before they even have an lsp functioning if they had to set up their neovim themselves the very first time they ever use neovim
With minecraft, I have some modding concerns for using things like Litematica
Although, I've converted a lot of those to my stream deck
<glances at krobus minecraft thread where I'm toying with the idea of making minecraft mods again>
Kirby-inspired Minecraft mods?
re: vim, one thing I use that I haven't seen mentioned is 0 for jumping to the beginning of the current line and $ for going to the end
But I haven't used vim in ages either, so...
I've had a few mods projects for minecraft but I haven't done much with them because java is a pain and gradle takes forever
Never got super good at it, but probably better than the average person (not that that's saying much)
I try to use ^ and $
what does ^ do
I rebound those, I think they're terribly unergonomic lol
Beginning of the line after whitespace
Beginning of the line, not counting whitespace
skill issue. I have a fully custom keyboard layer instead
That makes sense though, it's the same as regex
Although with my layer, home and end are easy for me to get to
So that's probably more efficient for me since my fingers don't have to travel as far away from the home row
No, though I am at this moment KAR brainrotting again thinking about how the original game had a notoriously short dev time (most of it in 3.5mo from what I remember to meet a deadline after a couple failed game iterations in the same dev cycle, I assume they reused a few assets from previous iterations though), and what that implies for a sequel with a full development cycle
My pipe dream is a mode with an open world adventure mode / campaign (kinda similar to new mario kart I guess?), which I have quite literally had actual dreams about multiple times
when I first got into vim I wanted to be like people who know all sorts of fancy combinations of vim keystrokes to do shit that would normally take a lot more effort but eventually I just settled on only using pretty much the most basic shit it has to offer.
Sometimes something new slips in anyway though. Iāve been using recorded macros with q more and more
Open world all the things!
Flashback to that one time I toyed around with making KAR vehicles in a Minecraft mod (not sure how that would work well in a block based world though...)
I only use it for git and ssh tbh
Imagine karts that use the same physics as boats on ice
I kinda have open world fatigue ever since BotW but I'm making an exception for my KAR fantasies š
Though of course it'd need non-open world modes too
perhaps someday I will use the git cli and become a real programmer
...I didn't know you could rebind vim keys
sweet summer child
since my custom keyboard I donāt even rebind switching to normal mode anymore
I have no rebinds whatsoever
45 keybinds in Neovim, but only 32 when in VSCode
It seems like a big part of the appeal of vim as your editor is the fact that you can customize just about anything
yeah
itās not quite emacs but you can do a lot
helix might finally get a scripting system in a few months
helix went the emacs route and the scripting is done with a lisp language
I'm not sure how customized I plan to make things, which is why I'm fine starting off with an opinionated setup so that I can get a feel for how it works
and the little window that pops up with your options is nice
I use a funky combination of vim keybinds and visual studio keybinds
Some of my keybinds are opinionated/for plugins but I do have some I think are pretty solid for just vanilla vim
like even in visual studio I use gd for go to definition instead of a visual studio keybind but for finding references I use visual studioās keybind
Iām very inconsistent
In VSVim, do you mouse to move between files, or are you using keyboard shortcuts?
my router has been having lots of issues lately, it just kinda craps out sometimes
depends on what I'm doing tbh
Yeah, the whole "using Java" thing is the main thing holding me back at the moment. I tried looking for C#-to-Java tools (which would also require Java-to-C# to some extent so you could link against external stuff, ie. MC itself) but couldn't find anything really usable.
The closest I found was this: https://github.com/spaceflint7/bluebonnet/blob/master/USAGE.md
But it's for Java 8 (which would limit me to MC 1.16.x I think?), and says .Net Framework and may not build with .Net Core. Then there's also the question of if it would even work for my use case, given it seems to be designed for android usage.
I also found something called IKVM, which is a JVM written in C# that allows both JVM-based and .Net-based languages to interact with each other. But it's also Java 8, and seemingly doesn't work with Minecraft (specifically when modded) according to one issue on github. There's a fork I found which claims to work, but still Java 8
my biggest wish for the visual studio vim plugin is to have at least a basic 2 character jump like sneak/hop
those are so nice
Also, an IKVM concern is that anyone using the mod would have to use IKVM. A converter like the one I linked would compile it to actual Java, so a normal JVM could run the mod
if youāre forced to restrict yourself to .NET Framework I donāt think thereās much value in it anyway
Yeah
Like vimc on firefox/chrome let's me use a shortcut to jump to a tab or even open a new page from history/bookmarks by typing a few characters and hitting enter. Is there something like that in VSVim?
I wonder how much work it would be to get the converter working for modern .Net AND modern Java...
whatās vimcā¦
extensions that adds vim keybindings to the browser
oh no
Yeah, this is the only thing I use vim for too (especially since I'm one of those heathens that prefers git command line).
Sorry, it's vimium c
Vim... for a web browser? Sounds cursed
Iām sure if I actually spent time on it I would find out the vim plugins and the likes I use can do like 500 times more things than I do with it
instead I touch only my little comfortable set of things I know how to do
thatās like hop/sneak
I feel like 90% of the time I'm on my laptop on chrome I'm on my email, my calendar, or....my bank's website
by far my biggest pet peeve when it comes to visual studio extensions that theyāre fucking impossible to find because you end up on vscode extensions instead
i fuckin wish you could use vscode extensions on visual studio
Yeah Microsoft made it really difficult with their naming
Like the "Visual Studio" part of VSCode has no signifigance imo
I tried making a VSextension last year for my custom language server / syntax highlighter thing and I couldn't get it to work. At. All.
VSCode was fine though
considering the vim extension for visual studio doesnāt receive updates and hasnāt seen a single commit in over a year Iām just waiting for it to break someday and I am just fucked or have to move to the visual studio code extension
That's me too. I've used guis before but I like the simplicity of cli git.
I was already worried it would be the end of vim in visual studio for me when vs2022 released but then someone released a VsVim 2022 extension and I was saved
but that hasnāt seen a single update in over a year either now
someday I will be out of luck

forced to switch to vscode or rider to have my vim keybinds
I wish I could switch back to Rider, but my experience is always cursed
I love the C# language but I feel like I cursed myself out of using editors I actually want to use
I might've used Rider even on windows back when modding if I could've just figured out a way to have the class members drop down thing like VS has
there's a big difference between "capable of using vim" (which is where I'm at) and "vim golf enthusiast" 
I desperately tried omnicron or whatever the fuck the community made lsp is for C# but it did not work at all on any of my work projects and even on a toy hello world template it barely seemed to function
This thing (edited version of a stolen screenshot from google)
ah those dropdowns I have never used in my life
they do seem useful to be fair
I just forget they exist
ctrl T my beloved
Rider has something to that effect, but it's in the sidebar
I am one of those people that sometimes puts way too many things in one file, so I love it
That's what I was used to using before I switched back to VS
rider has a bunch of fantastic keybinds to navigate to methods or classes
What does Ctrl-T do?
I feel like I knew how to use them in a basic sense at some point but don't any more 
If it's what I'm remembering I didn't like it, partially because that meant switching/scrolling away from the file view
basically opens a a āsearch everywhereā window where you type the name of what youāre looking for and then jump there
Maybe it's time for me to reformat my computer so that Rider will work again on a clean Windows install until it stops again. I swear, I've run into the same issue a few times now.
there are specific keybinds for methods and the likes too but I just use ctrl t
Most recent of the 'way too many things in a single file' that I can think of
(Dangerously close to on topic, but I'm not talking about the on topic aspects so it should be fine)
Monolithic
tbh rider rn doesnāt look literally anything like the editor it was when I used it so I have no idea where anything is anymore
I'll reinstall it every few months just to see if my issues persist, and last I checked that was still the case. I'm unable to debug+hot reload no matter what I do
Ah, that makes sense. Another thing on VS I would use is the search for file in solution explorer thing, which was nice.
...Which reminds me, I hated trying to do that at work on a C++ project and it showing a sub-list for each entry with a bunch of stuff inside each file. I wanted it purely for file names
I can release and hot reload without debugging, or do debugging without hot reload, but the combination just doesn't work for me, and it's been a mystery for years
become a blazor dev and just give up on hot reload in general
or maui
that works too
(It was a big C++ project, and none of the files were small - the average file put even my largest files to shame)
or better said, doesnāt work either
(Yes, even the monstrosity that was pre-1.6 JA Mod.cs https://github.com/spacechase0/StardewValleyMods/blob/main/JsonAssets/Mod.cs )
I have that problem with Rider too, I can't recall if it was just on my mac or on windows sometime too
I want to say I had it happen sometimes even with windows/VS, which is where my workaround using dotnet watch for hotreload came from (still no debugger, but I can print debug at least)
The thing is, I've had to do a clean windows installation twice since I started modding, and both times fixed Rider for awhile, so I don't know what I'm doing that brings the issue back
shouldāve seen our code behind file of the cash registerās FormMain.vb. Over 30,000 lines long and a completely incoherent mess that started with like 100+ boolean global variables to control the cash register state
It's why I want my windows deployment to be scripted mostly so that I can just decide to start over every now and again to get things fresh
Maybe a windows update removed something that was needed? I mean, from what I understand MS completely killed Windows Mixed Reality, so I wouldn't put it past them
It's probably my sign that I should just do less on Windows
I wonder if I'd have a better time modding on Linux as my main
I'm not sure if my hp reverb g2 even works now thanks to the WMR thing. I had it installed before they removed it, but I think I recall people saying it stopped working after windows 24h2.
luckily I have no idea what windows mixed reality was or what the hp reverb g2 is
Don't want a quest 3 either (mainly because meta)
sounds like a funky AR thing
Yeah, WMR was the VR/AR system for windows. Some headsets required it, including the one I mentioned
Maybe some pople have reverse engineered a workaround by now
I had the Samsung Odyssey HMD WMR
I still do, not sure what I should do with it tbh
I might enjoy it if I wasn't so out of shape. I also wanted to try making games for it, but the constantly putting headset on/off annoyed me too much.
Maybe if I had a headset where I could do mixed reality with my keyboard/mouse still showing...
Or, alternatively, the Lynx MR headset that I wanted but couldn't afford at the time and now they don't make for consumers
I can't do VR involving a lot of simulated movment, it gives me instant nausea
I had a Quest 3. I returned a Quest 3!
My dad gets motion sick really easy (like, one time he played a superhero MMORPG on his desktop and got motion sick while playing)
pretty much the biggest thing that has always held VR back. It makes a lot of people sick very quickly
I do have the Meta Quest 3, and it works well enough for me for light gaming and such
If the controller tracking didn't completely fall apart from higher difficulty Beat Saber, I'd still have it.
I want to try VR but on the other hand I have genuinely no idea what I would possibly do with the thing after the wow factor wears off
There are factors that make it better or worse, like the refresh rate makes a huge difference
Any sudden lag can make me sick
Like even for half a second, it just makes me dizzy
You should (not) have seen what happened when I attempted the wireless PCVR connection with it, then.
(On the subreddit I'm seeing stuff about it being possible through Nov 2026 if you stay on old windows... not a great solution)
So my old WMR headset is probably just a paperweight at this point
a really inconvenient paperweight
The Pico 4 Ultra is one I keep seeing as a Quest 3 alternative that isn't a Meta thing.
You know, I was recently thinking about playing Minecraft with a headset but still using my mouse and keyboard, since it seems like that could be a nice compromise (especially for modded MC, so many new keybinds). I think Vivecraft even has a mode for that, but I'm unsure if you could really make the mouse work properly in that situation (like, your mouse is for aiming, and headset is for looking, but at the same time you would need to use your mouse for turning which would also move your head... kinda confuses me on if there's any good solution)
I couldn't bring myself to throw it away before, but at this point I just might
I think doing this would even give me the worst motion sickness known to man
In games that require fluid motion, I need to use the teleport feature to make them stomachable
This is also why I didn't stick with VR gaming much. Didn't help that there's not many VR games.
That, and headsets fog up quickly for me thanks to how much I sweat. Might be okay with any seated mouse/keyboard games, but even then the headset heat might do it
I can't use a controller to move around, it also makes me sick
(Minecraft in VR is genuinely pretty cool, though.)
VR is kinda doomed to novelty experiences and a few niche games it seems
I feel like the best games that are well-suited for VR haven't been made yet
Which sucks, because there are a few genres that I love that VR is absolutely the perfect way to play them in.
I enjoyed vrchat a lot back in the day
Those being shooters (though my mood for those is rare), and Myst-likes.
I think chatrooms are genuinely one of the best applications for vr
I'll always refer back to Black & White, it felt like a game that wanted to be VR, but the tech didn't exist at the time
the god game?
Definitely are! Also just not my thing. Chatrooms, that is.
Yeah, Lionhead Studios god game
Black & White was so good.
same
I can't even play portal 
Imagine instead of your mouse pretending to be your hand, you can just use your hand in space
This does exist, by the way: https://github.com/openblack/openblack
Black & white..Very catchy sailor song very early in the game listen to this and get addicted :P
One of these days I'm going to resurrect my quest and fiddle around with resonite
I am going to need to play with this
I loved black and white so much as a kid
Why is it so hard to find the price. It wasn't on their product page (which was incredibly long, as tech product promotion pages usually are...), had to find it on a different site.
$800, yikes, definitely can't afford that right now
I have a boxed copy somewhere.
I remember accidentally being considered evil one time and I panicked and quit cause I felt bad
I did find instructions for reinstalling B&W to play on modern pcs
I got it mostly working too, and with ultrawide support
I might could handle walking around, but I wouldn't be surprised if that was the case for me if I tried to use an elytra or something.
Considering how vignette is said to alleviate that sort of thing (as well as other anchors), I wonder if having my mouse/keyboard showing in the view as a mixed reality type thing would alleviate it any 
There are a lot of fan patches you have to install
Yeah..... for me being evil was the goal
There was also this I'm kinda interested in: https://www.viture.com/product/viture-pro-xr-glasses
But not for VR games or anything. It's purely so I could play my steam deck in bed without having to hold the device up over my head using my weak noodle arms. Bonus points if I connect my joycons and use one for each hand so I can have my arms at my sides, too.
as a kid and even today I canāt bring myself to do anything except the nice options in any game with choices
Mood
Holding arms up not good for circulation either
There's a low-tech version of this that simply uses mirrors
"it's not real, don't you want to see what happens"
if I see my virtual friendo cry from a decision I made knowing it wasn't nice, I will close the game, destroy my computer, and cry in bed for 20 hours
the most evil Iāve ever been was doing a high chaos playthrough of dishonored but even then I felt bad about killing guards so I still opted not to
goofiest looking things
(if it's a decision that turns out worse than it sounded from the option, well, I'll roll back my save. Or just not play that sort of game)
From their product page
Things not having a good option where things turn out well is why I couldn't get into Witcher 3
Why do I feel like things would be way too small using that
lol
what if Iām not lazy
Not for you
damn
I'd be interested in the so-called full-dive VR (Sword Art Online, more recently Shangri-La Frontier, plenty of other fictional works as well of course), but like I've talked about in this channel before:
- I don't expect it to be invented (if possible at all) in my lifetime.
- I don't expect it to be possible without invasive tech physically touching my brain.
- I know too much about software to trust anything directly effecting my brain or body
Are you saying you don't want a neuralink?
the SLF full dive VR is pretty sweet
- no murder
- you use it on your bed
- if you are extra u can get gamer full dive VR chair
the vr gamer chair better have rgb even though I canāt see it
that'll be 100 more dollars
I think you're legally not allowed to call something gamer unless it has rgb
full dive vr is definitely one of those things where from a technical perspective itād be a phenomenal and really cool technology⦠And from a practical real world perspective itād probably be one of the most dystopian inventions Iād ever see
If I had a genie wish (with no monkeys paw like twists) but was restricted to things that wouldn't make the world outright better (or basically any restrictions that would keep me from using my more selfless wishes)... safe, non-invasive full dive VR that was commonly accessible for the average person (both playing and developing for) would definitely be one of my top choices
And I would thank you for that wish. 
You make a good point. But have you considered: I get to play in a fantasy world
something i enjoy about the SLF world building is that
people made trashfire games for full dive VR
just bc tech is amazing doesn't mean all software on it is good 
Iāve learnt my lesson⦠I remember excitedly following the progression in this new up and coming field of text prediction AI⦠and a brand new model GPT2 that could just barely convincingly write a paragraph that wasnāt complete bollocks which I thought was really cool
Also technology that makes your body get into shape while you're mostly sedentary, and also it supplies you with nutrition
Because that's not a Black Mirror episode
Okay, LeFauxMatrix. 
The VR chairs are pay-to-win š¤
(I legitimately say some theories about that sort of thing because of the most reason season when ||Sunraku seemed to have even better reflexes in the underwater city place when fighting that last monster before the season ended, compared to the one he fighted before on a normal headset||, which seemed reasonable
see the entire wall-e movie would actually be a utopia if only they had that!
they werenāt fit and that was the entire dystopia of course
It's me, I'm the one making trash games.
(I'd be a single person dev, what do you expect?)
||oh i thought it was implied, i.e. actual rig vs dinky gaming laptop||
I wouldn't mind technology where all the food stuff that's good for me just get piped right into a tube, while I get to eat the enjoyable food and it just goes into a bag or something
tfw your full dive reality lags cause of poor optimization or you glitch through a floor and physically experience falling into the void
I guess this is almost literally the steak dinner scene in the Matrix
one of the games in SLF is like, full dive smash bros melee
Hmm, maybe those blue parts are configurable? (First screenshot of them I found on google images - not super relevant to the story beyond some background details regarding a story arc mainly in future season 3, but still spoilering just in case)
with buggy physics 
the biggest fantasy part of SAO was that the game released in a mostly bug-free state
(I appreciate these spoilers, because if it's anything like SAO, I might be interested!)
Probably but I hadn't thought about it before so I thought it was a neat detail
it's not rly like SAO plot wise 
I missed something by ranting about things what is that screenshot of
basically it's anime form of watching a really good streamer play games
whatās slf
shangri la frontier
oh yes I watched season 1 of that⦠at least most of it
it does
Shangri-La Frontier season 2 actually has a moment with lag that the main character notices and is surprised by (for that game in particular, part of the whole point of the titular MMO is that it's 'god-tier' - most of the other players around at the time didn't seem to notice, either, but main character has extensive trash game experience and so noticed it better)
It's similar in that it's full dive MMO, but that's it. There's no actual consequences for dying in real life for example š
It's much more faithful to actual gaming
I do appreciate SLF for being a more realistic representation of gaming than these anime usually are
That screenshot is SLF with one of the gaming chair, I was talking about your RGB request š
I think while SLF aired there was simultaneously a show called gamers or something which ironically was less good at representing gamers than SLF
I kinda want to rewatch SLF now...
I'll have to queue that up next. The latest series I've gotten into is Pyscho Pass
If the manga was finished I'd probably binge that to finish the story, but even the web novel isn't finished. (>900 chapters though only halfish are translated)
gamers in anime usually means one of 3 things
- they play monster hunter and are good at it
- the anime was sponsored by an esports industry of choice
- the creators have never played a game before and are doing the equivalent of a csi show hacking scene but for gaming
I remember starting that ages ago and being interested in it but got distracted before I got past the first episode or two
I'm liking it so far, I'm over halfway through the first season
yea did the full title not tip you off
No idea what it's on. It's web novel -> manga -> anime (no light novel)
What's bad about that?
that means itās free
ć·ć£ć³ć°ćŖć©ć»ććć³ćć£ć¢ļ½ćÆć½ć²ć¼ćć³ćæć¼ćē„ć²ć¼ć«ęć¾ććØćļ½
ah yes thatās a web novel title if Iāve ever seen one
they r the "put plot summary in title for SEO reasons" platform
nothing. syosetsu is a cool website even is 90% of it is uninspired isekai or uh, BL stories
There's two full dive MMO series on webtoon I started recently, World's Strongest Troll and Bad Ending Maker.
Though the latter is kinda weird, I noticed in the first couple episodes and later scenes that it looks more like standard headsets like today, but the gameplay is clearly more flexible than controllers would allow
its basically like royal road and stuff
but publishers pick up things for paper release from there and evetually anime
I kinda love syosetsu cause you can read it as normal fuckin text instead of all those damn ereader web apps that block you from selecting text which makes them horrible to use for language learning
fuck you bookwalker, kobo, kindleā¦
Hot take: I actually like those sort of titles since it tells me more about if I'll be potentially interested without having to go and look for details on that specific show.
Example from an anime that put out an episode today: Teogonia
What the heck is that supposed to be? I suppose you could at least guess it's fantasy-adjacent...
at least kobo and kindle you can uh⦠remove the DRM and then load them into something better
i do actually like the kinda graphic design ppl get up to in order to fit all this title
Yeah, I don't like sites that prevent selecting text for lots of text to read. I mainly use it for keeping track of where I am on the screen
to be fair. Japanese makes is way easier usually to fit a long sentence on a book cover since you can put it vertically (and itās a more compact language in the first place)
I still haven't ventured onto royal road but I've heard about it from the progression fantasy and litrpg subreddits. Still several things I need to get around to reading (including a few which are only there)...
ēµę«ćŖć«ćć¦ć¾ćć? åæććć§ćć? ęć£ć¦ććć£ć¦ććć§ćć?
this is certainly easier to read than their funky font choice on the book cover
This isn't really a bad thing and just a personal problem, but I dislike when japanese vertical text is translated and stays vertical. If the letters are turned too I have to turn my head to read it, and if they aren't, well, it's such a pain to read like that since I'm not at all used to it
well i know chinese so i automatically know like 30% of japanese 
might get fucked over by some false friends
and unfortunately i watched enough anime to understand a little spoken japanese (this is terrible cus i notice dubtitles now)
大äøå¤«
what would that mean in chinese
big husband
⦠I guess that makes sense
Looked this up, time to add another piece of media to my to-check-out list
(and by list, I mean a new tab on my main tab-monster window of my browser. I should at least move them to their own window now that I know how to move tabs in bulk in Firefox...)
the third character in 大äøå¤« does mean husband even in japanese normally
i watched the anime and i ws just confused
夫婦 means husband and wife
why did I never notice the last character in 大äøå¤« is the character for husband
why does that even mean what it means
and 寿åø(sushi)
the characters were picked for pronunciation not cause they make sense
Turns out VR gaming chairs do exist. š
https://www.amazon.com/VR-Simulator-Machine-Virtual-Reality/dp/B0DJCYGV97
It even goes upside down!
(I assume it's mainly for things like flight sims)
Title result: VR 360 Degree Simulator Machine Virtual Reality Motion Space Chair Cinema |
It seems to have RGB (or at least fancy lights), good enough for you Crumble?
oh yes thatās perfect
gives off strong aliexpress scam energy
what on earht is the deepoon e3 vr headset
even stronger scam energy
On the product description it has wind blowing special effects
Just what I wanted in my flight sim, feeling the wind (my cockpit doesn't have glass, and somehow there's air in space, don't ask)
(I assume it's more for roller coaster type stuff)
fuckin destroy me with fierce winds as I run into a tornado in a game
I'm sure it would be totally realistic for a flight sim in space in other ways too. After all, don't you feel the gravity pulling you downwards when you're upside down in space? Who needs zero gravity
What does this mean in Japanese?
it's ok
no problem
actually no problem is literally åé”ćŖć
so 大äøå¤« is just im good
This reminds me, I still need to finish season 2 of SLF.
I stopped after this season's big multi-episode fight cause I got busy with stuff and haven't picked it back up yet.
I looked into hop, and I found leap in LazyVim which I think is similar
I think that's like the old Sneak plugin from Vim, yeah
Also the flit plugin came up in my search which gives me f {char} then tapping f to iterate through the results
this f is also not bound to your current line it seems
Iām a big fan of sneak style movement but I canāt use it like 95% of the time cause I use visual studio
though Iāll likely be shifting focus to frontend development sometime soon which means I will leave visual studio land
I wonder how viable vscode is as a C# option nowadays
Yeah, Microsoft has been updating the tooling. Seems like at least on MacOS they're trying to nudge people towards it.
it has to be a lot better than omnisharp was cause that was genuinely unusable
honestly if itās good enough I might abandon visual studio
Iāll accept having to open it when doing a few things that uses visual studio specific tooling
Seems odd going to an Electron-based editor, but then again VS is pretty darn bloated as it is
I mostly just want something with a good thriving extension system
In that regard, VSCode seems to be the one getting more interesting extensions/updates
It feels like a relic
I mean that's generally why I've preferred Jetbrains IDEs in the past because they feel more modern, and tend to have a better extension ecosystem
I do like jetbrains editors though the new design confuses me cause I donāt know where things are
I donāt get those from work rn tho
I thought Iād miss resharper at least but honestly I havenāt
I still have Rider for work because I switched to a Macbook and do a bit of C# dev every now and again
perhaps resharper was never worth the performance hit in the first placeā¦
Rider basically is ReSharper the IDE, really.
At home, mostly for SDV modding, I'm using VS and Resharper
Yeah, that hot reload issue is so weird.
for all I know I will barely be writing C# for a few months soon as I build a frontend to the api Iāve spent the last 6 months setting up
I'm really considering trying to make Linux my daily driver for some time just to see how much I miss certain things
I've very recently moved back over to Linux as my main. Haven't touched SMAPI yet, but I am worried about the hot reload not working in debug here again...
Or hell, debug not working at all in Rider.
Windows will still be my gaming pc, but for everything else I do, I'm not sure I'd even notice the difference
the only time I ever missed windows in the last few years in personal usage has been for photo editing software
darktable/rawtherapee are good enough for what I need but they arenāt as refined of an experience as something like lightroom
Oh are you not able to debug+hot reload on linux in Rider?
uh Iāve used it fine
Even just debugging doesn't work (with SMAPI) for me in Linux last I tried.
(for SDV modding in particular)
Why is SDV modding so different
Lemme give it a shot now...
It must be something SMAPI is doing, but I have no idea what.
Was it the debug symbols thing?
Not sure, but I'll be trying that.
I suppose I could also dock my Macbook and try to use that as my daily driver too
someday I will experience MacOS
my only opinion on it is that it looks pretty when I see somehow swoop around between windows with some nice animations
It's annoying going back and forth between mac and non-mac and getting used to different modifiers for things like copy and paste
I have. I hate that to copy/paste I need to press what is essentially alt instead of ctrl.
I thought alt was option not cmd
Iām on an ipad rn and I always get confused what these keys are
I don't remember the names of the key in the position, but it was the one closest to space, not further to the left.
Also their silliness with the touchpad vs mouse scroll direction
On my personal macbook I can install software to fix it, but on my work one it's just backwards
perhaps the strangest thing about my ipad keyboard is that it has a dedicated key for typing § and ±. Two characters I have never needed before
I believe itās the UK apple layout
The magic keyboard?
.img uk apple keyboard layout
no not that
Why on earth is `~ to the left of Z?!
That's a strange layout...
I got this ipad and keyboard secondhand so I had no choice but to get a UK layout despite not being in the UK
This is not a standard UK layout, this is bonkers.
itās apple specific I believe
itās odd
mine is a logitech one
but it does seem to follow this funky apple layout
My Magic Keyboard looks mostly standard
Also I remap my caps lock to be the escape key
standard ANSI other than the apple modifier keys and the language button
\| is a little shorter, too.
Such a strange enter key
Iām not a fan of it but Iāve gotten used to it at this point
I don't understand what versatility a two-row enter key would offer
My pinky doesn't go there, so it may as well be another key if I'm going to stretch for it anyway
me neither. Thankfull the netherlands seems to opt for ANSI layouts like 50% of the time. Itās basically a gamble
we thankfully donāt need keys that arenāt found on a US keyboard
certainly makes things more convenient
we do still have to use some software trickery though through dead keys
to type stuff like Ć«
which in dutch only serve to clarify pronunciation and arenāt considered their own letters
just accent markers on a normal vowel
plenty people (including me) are often lazy and omit the accent markers
I donāt even have the dutch language input installed on my work computer which I think says enough
dead keys are a pain in the ass when programming
I've tried every valid DebugType option, and no luck with the debugger with SMAPI.
Darn, so if I wanted to use Rider again, a clean windows install might be my only option
Is MacOS a viable option nowadays?
It's also possible it might be fine for you. I mean things do work fine for me on Windows where it doesn't for you, so... maybe worth a try?
I thought vscode debugger worked
It does, but Rider's just doesn't.
Is your bug ticket still open
Trying to use VSCode is becoming more tempting
Can u get the c# dev kit on codium
https://youtrack.jetbrains.com/issue/RIDER-112901/Rider-fails-to-attach-debugger-to-an-instance-of-SMAPI-Stardew-Valley
Still there, still acknowledged at least, but nothing.
I imagine it can't rly stop u from just installing vsix right
"Yup it's broken. Anyway...."
my favorite
I like to go back to this issue from time to time that used to be a thorn in my side just to see how nothing is happening https://github.com/dotnet/aspnetcore/issues/10522
priority 1
Microsoft does tend to lock down their extensions to being VSCode only, but maybe you can get around it
I hate this. I have to change the setting every time I switch from touchpad to mouse or the other way around
If you can install third party software, there are some good options
You donāt go talking about prices in Simoleons every day like everyone else does? /s (alternatively, I think that was used for text formatting in Minecraft back in ye olde days)
Smh you expect me to try and fix my problems instead of just complain about them? What kind of person do you take me for, someone reasonable?
I've got a hundred problems to solve on my todo list, but only the energy to take on one of them a week or so
So I still get to complain about 99 other things
If I were the kind of person to actually fix my problems, even just the ones that are reasonably possible to be fixed short term, I wouldnāt be, well⦠gestures broadly at my life
<insert animaniacs song about US state capitols and/or countries, but listing all my problems instead>
(Not that Iāve ever watched the show, but Iāve heard/seen enough about those from The Internetā¢ļø)
My tabs are a testament to how many good-intentioned things I have backlogged which I can't get around to quickly enough
There's like a tab per todo item
My knowledge of the show basically consists of those songs, and this meme: https://i.redd.it/7ayeef3kjnk81.jpg
Oh boy, are we talking about browser tabs?
Let me go find the browser extension I installed specifically for these conversations
Not the worst it's been
I've been on the Waterbery bandwagon, but recently made the switch back to Tree Style Tabs because of an issue where Waterbery is not registering an accurate drag target
It's offset by a few pixels which messes up my rearranging of tabs
Waterbery?
Google isn't being very helpful
I used tree style tabs ages ago.
Like, 15 years ago? š
I've thought about it lately but the way I keep two windows split on a 4k monitor (with system zoom set to 150%) means there isn't really enough horizontal space for me to like that
I can't do without my vertical tabs, but I will use a hotkey to show/hide it sometimes
With vimum-C I don't really need to see the tabs to get around
I think I just came up with my best idea for a keyboard+mouse layout
I feel like I've stopped being a tabs everywhere person
Sleeping tabs is what allows me to handle them to irresponsibly
If tab memory were still a concern, I might be more thoughtful about them
I mean like but what tabs do you have open
Now that I've been cut off from having free and ready access to scientific articles I'm....blank
For me, tabs are kind of like an inbox of sorts. Each tab is something I intend to do more with at some point.
It might be a topic I'm researching, a piece of software I want to implement or learn more about
These too
Looking at the stock market nine million times today despite the fact that it's good Friday?
The answer is all of the above
I sometimes have to restart my browser for that reason. I'll notice in task manager it somehow gets above 10 GB RAM (currently at 8), but restarting makes it much much lower
What browser do you use?
Me too. And when I properly group them into windows, a window can become a sort of topic to do later in itself.
Firefox
Hmm.. I'm using a firefox derivative, and I find sleeping tabs does a good enough job at unloading tabs
My extensions (in order of importantance, descending): Tabby Cat, UBlock Origin, Reddit Enhancement Suite, LeechBlock NG (haven't used that much lately due to abundance of free time), Tab Counter Plus
Where would I find it?
Tabby cat?
It's basically a page override for new tabs. It's gives you a randomly generated animated cat.
When it first came out it was only for chrome, and I had install it on chrome and then point firefox to the new tab webpage inside the chrome installation as my new tab page
For me, it's just in settings
On the main general section
...tabby cat has other animals now? Huh. Not interested, but neat
I could've sworn there was a way to generate a permanent link to a particular tabby cat to share with others. Can't figure out how though
No idea how the snapshot button works, didn't seem to do anything
Ah, okay. I'm attached to the usual landing page
I don't even remember what the normal page looks like
It's been so long. Tabby Cat Forever
I like the kittens that show up with some toys.
If a kitten shows with the rocket, the rocket will be flying with a kitten riding it
(I also happened to get one of the rare pages that cycles both the cat and background through the rainbow for this picture)
Little boxes to your most commonly used websites
And yeah it's animated
And because I'm predictable
one day i should remake the note taking extension i had
it was a thing that made your new tab a text box
and the notes u take r sync'd between devices
I'd probably install more new tab pages if I could have it randomly pick one
It'd be neat to have browser themes be randomly chosen between new windows, too
God I used to be so dumb for this
Like. Ssh on my phone to view markdown text files
But where is your Tabby KAR?
Brb forking Tabby Cat to add a warpstar toy that the cat rides
Installed that, third and fourth things I got were...
Amazing
I only ever get cats, did I turn the others off and forget, or am I on an old version, or what
You can choose random on the animal page
...the what page?
My tabs just have a 'screenshot' button and the toy box
Going by the last updated date I have the right version...
Home icon at the top left
I don't care about new animals much but what if I'm missing new toys!
There is no such icon
My new tab page is my homepage, which is my own instance of https://gethomepage.dev/
Forgot to reply to this - no results for 'sleeping' or 'sleep', searching for tabs doesn't show it either.
Searching for tabs does show the option that looks like the one above your sleeping tabs option, but the one below doesn't match what I have either
I'm very practical about most things, I don't do a lot of cute/fun things
Ah, it must be a Floorp thing then
Huh. Literally does not exist for me, in addition to the bottom right one
3.0.0 I have
I also used to sleep tabs but now I just don't really have that many open tbh
3.0.0? My version was 0.9.99resigned1 or something when I checked
surprisingly high default sleep start time for zen
Ah, chrome version is 3.0.0, but also not updated as recently
I never switched from the default options, so mine is set to 318 minutes. I should probably reduce that.
The one tab feature that hasn't really made sense to me is Containers, but I don't think I've ever used them right
...the firefox version's page doesn't mention other animals. I wonder if the two versions are different. The last name of the authors are different
Looking on the tabby cat wiki (because of course that's a thing) I couldn't find any details, but I did discover a new kitten type: https://tabbycats.club/cat/rk69te
Kitten literally kneading dough? š„ŗ
This looks neat, alas, I am a slave to the tabby cat
Maybe I could make a custom version that has tabby cat in the background?
I just got a black cat in a black room, don't know if that's unusual https://tabbycats.club/cat/op4idf
I've gotten those before
It is open sourced and easily customizable. I'm sure it's possible.
When I first discovered tabby cat I literally just say and opened new tabs for a while ("a while" - a few minutes, probably)
I can see this leading to "why did I open a tab again?" 
The way I use my new tabs page is basically a web apps launcher
But if you have the extension, do you really ever need a reason?
"why did I open a tab again? oh yeah, that's why!" meow
"oops, I accidentally pavlov'd myself into opening new tabs for no reason for my kitty serotonin fix"
Alright, I'm getting this wifi chip, I shall report back
I wish good wifi upon you.
That sounds like an alternate universe wishes for a good holiday season.
Or alternatively, some at least somewhat dystopian time in the future where understanding of technology is lost but somehow still working, and so people worship some of the fantastical ones (if almost instant communication across the planet doesnāt count I donāt know what does).
I say this to people going to convention hotels, lol
Since hotel wifi is usually never great but if it's a convention? Especially a nerdy convention? RIP
The AGDQ hotel used to have some terrible wifi
are you saying youāve never prayed to the gods of tech to fix your mystery bug or make your computer stop doing whatever itās doing? /lh
As a tech priest I use Lay on Hands to fix IT problems (aka I walk into the room and suddenly the user can't reproduce the issue anymore)
š
I used containers on zen correctly and they were really nice, but zen also has them as tabs at the bottom of the sidebar that you can switch between
On regular Firefox, I haven't found a good way to use them, so I just use browser profiles
Reminds me of the one big hackathon I've done
When I was younger, anyone in my family asking my dad to come look at a tech problem, and it always fixed itself when he came to look. Does that count? š
Oh Khloe mentioned that phenonemon too
I'm that person in my family
it's why if you ever see me in modded tech support I'm probably asking people to do everything they say that already did again but this time send a bunch of screenshots
Eventually as I got more into programming and tech stuff, the computer bugs became scared of me instead of my dad. I guess I'm the one who inherited the power of the <REDACTED> bloodline /s
(Unless it's my own problem, of course. Then the bugs sit there and laugh at me while I scour google for a solution)
(I'm not sure why I redacted my last name considering it's so easy to find... whatever)
we gain the power of solving other people's bugs at the cost of all of our own bugs being arcane and unsolvable
The bugs specifically search out problems like this to recreate on our computers: https://xkcd.com/979/
I always knew I was doomed when the only result was a post to a Microsoft support forum
I'm genuinely impressed how consistent Microsoft support is in not being remotely useful
it's like they know precisely what to say to achieve nothing
a response so bad it neither validates nor invalidates any possible cause of the problem
God tier: a post in r/electricalengineering
Good tier: one of many electrical engineering forums
Terrible tier: cadence forums
Medium tier: cadence blog post
Clearly your name is reversed, so it's Casey Kitty Cat of the Kitty Cat family
Drat, I've been found out
Time to leave all discord servers, destroy all my electronics, and move to another country with a new identity
(I've been getting a lot of mileage out of 'destroy all my electronics' lately. I think I've used that 3-5 times the past few days?)
Reminds me of Delete Facebook, Hit the Gym, Lawyer Up
None yet, but you never know
Makes sense, too. If you break a law of physics, you'll need a damn good lawyer to keep the governments away from wanting to study you.
can you break the laws or physics or does that just mean we were wrong about the laws of physics
they canāt be broken, only disproven
inb4 there's no quantum gravity, physics is just like that, there is no further explanation
bellās theorem can suck it I still refuse to believe quantum mechanics is actually random and not āeffectivelyā random due to mechanisms we donāt know about or might not even be able to ever reason about
I will stick to magical hidden variables
luckily Iām not a physicist and never have to challenge my beliefs in this aspect
quantum mechanics being random feels bad I donāt like it
wrong vibes
Conservation of angular momentum
reminds me of that reddit guy who thinks he found the proof that angular momentum isn't conserved, and doesn't let things like "reality" or "people who actually has physics degrees" change his mind
much like me and bellās theorem
Okay, but for real
this meanwhile reminds me of this https://www.quora.com/I-found-a-flaw-in-the-Riemann-hypothesis-and-can-prove-that-1705542-is-a-prime-number-How-can-I-get-my-proof-published
Answer (1 of 84):
I found a flaw in the Riemann hypothesis and can prove that 1705542 is a prime number. How can I get my proof published?
In case you aren't actually a troll, I will cut you a little slack. You don't really even have to use the Riemann hypothesis to falsify your claim that 170...
If I were to break a law I would construct residential housing in a location not zoned for that
ugh
zoning laws my beloathed
why can't we just have bakeries and grocery stores within walking distance of homes... and not 30 minute drives minimum
I shall break the law of conservation of energy and lose energy into nothing
there there
I have a grocery store on the corner of my street
a traditional baker(one that isnāt integrated into a grocery store) would be a 10 minute walk tho
Iād have the choice between a regular bread baker, a confectioner/bakery thing and a funky in between that mostly focuses on lunch items
This joke is at least 20 years old, probably closer to 30:
A helicopter was flying in Seattle when suddenly an electrical malfunction disabled all electronic navigation and communication equipment.
Due to the amount of fog, the pilot could not determine the helicopter's position. He spotted a tall building, flew toward it, circled, and held up a handwritten sign that said "WHERE AM I?" in large letters. People in the tall building quickly responded to the aircraft, drew a large sign, and held it in a building window. Their sign said "YOU ARE IN A HELICOPTER."
The pilot thanked them by smiling and waving, determined the route to SEATAC airport and landed safely. When they were finally on the ground, his co-pilot asked him how he'd done it.
"I knew it had to be the Microsoft building, because they gave me a technically correct but utterly and completely useless answer."
Iām glad my experience matches an old joke
Oooo, pick me! How about either the first or second laws of thermodynamics?
..I forgot the reply
See above
which ones are those again
is that like, conservation of energy
i feel like that one is pretty important
I would be more ok throwing away angular momentum
we would lose some freaky gyroscope phenomena but like, who even needs that
Your lathe.
i'll admit the second law is kind of a bummer
the lathe is direct drive, I'm pretty sure!
Technically the second law applies to closed systems
Not open ones. Like my bedroom
Come in, nice flux of energy to reduce the entropy... I'm being told something
i mean so does conservation of energy though, like open systems have stuff come and go all the time
i feel like helicopters and stuff would be sad about the angular momentum
or maybe happier?
I'm getting my conservation laws screwy
isn't that why the little tail rotor
When did we have third
the 0th is kind of a weird cop out too
Well little tail rotor is to counteract spin
But spin is also like not sure
Also my electrons would be unhappy
If they didn't have angular momentum
i hear electrons have spin
Yeah! 1/2
i thought it was up and down
Nah, their spin is either +1/2 or -1/2
Regardless of which direction you measure in
It's fucking weird
electrons are full of nonsense
that's what i tell my students āĀ don't look at them too closely, let's stick to the macro scale
spin is a very fascinating concept to me
quantum bullshit is what happens when you look too closely at things
like I remember if they are actually classically spinning they'd be spinning several times the speed of light
many of my students are not fully ok with some of the things engineers do š
like divide by dx (the small distance) to get dF/dx (a derivative)
or when i like to pretend that everything is 1D heat transfer because that's way easier to analyze
They aren't actually spin spin or maybe they spin in a way we mere mortals don't understand
yeah, I understood it more when someone said spin just is, like charge
I knew there were three but didn't know 0 was a thing until I checked the wikipedia earlier to check that my physics crime was correct
That does seem like a math crime.
Like, "if I name my variables one thing, they can cancel out variables with the same name but completely different meaning" level crime.
Like, if I abbreviate "ham" as h, can I make my car run at one mile per ham and it generate a ham for me every mile I travel?
Brb making a fictional world where that's a defined law of nature.
There would be a horror story in that world which describes an AU where instead of English, everything is Chinese or something, preventing almost all fun from happening
I had to try to explain to my students when this was ok vs not ok
And itās kind of hard
I mean the specific answer was āwe already had a dx hiding there to cancel itā
But in general itās more like just vibes
Oh, so we can store variables in our pockets to cancel out others or otherwise use them whenever we want/need?
Guess I'll throw in my body weight as a multiplier to my car's fuel effiency (used in a way where higher weight = more efficient, of course).
* Note: I do not have a car these days
The piffle wants to knoe
Juvenile stage of a mathsperson
I thought that was puffle
Ah, no, I was thinking of the mobile app I saw at some point.
But apparently it actually means nonsense. Like, literally, it's a synonym for nonsense
It has cats, no wonder I remembered it to some extent
Apparently so. I never got super into club penguin, not sure why I thought that to begin with š
What does piffle have to do with math?
Also, you're no longer a math person, you evolved into a science person, remember?
Fin derivation 1D heat transfer
Analyzing a differential element along the length of a fin
Hmm, I know all of those words individually
So, suppose you have a heat sink
buys a Raspberry pi heat sink
How big do you make it? How many fins? How long should each fin be?
The answers to these come from finding and then solving the differential equation that encapsulates the answer to those questions
Honestly I still don't understand much how heat sinks work without any active cooling š
Basically they vastly increase surface area
Is that all? Huh
If you spread the heat out over a big area it can escape to the air better
Active cooling, to be clear, is WAY better
So adding a fan is super much good
But you need the surface area to maximize heat dissipation in a cramped area
How does it get all the heat from the source? Like, sure, it'd conduct or whatever across the metal, but it seems like that would only get rid of so much
As I told my students, laptops are a terribly cruel thing to do to a computer
Like it'd eventually hit an equilibrium or something
It is actually only conduction
It does reach equilibrium but it reaches a cooler equilibrium if you have more surface area
Otherwise the area is basically a bottleneck
We're working on it
Smh
...I guess I shouldn't have expected much else considering heat sinks are basically just a hunk of metal (if I remember correctly)
3nm not enough?
Conduction (metal) is way better than convection (air) at moving heat
Yep! Just metal in funky shapes
The power has to go somewhere!!
Is the idea that it tries to equalize, but then air takes heat away so heat from the non-seatsink area has to move to the heatsink to try to equalize again?
Waste heat management isnāt going away for a long time!
Yeah, and then it settles into a new, colder equilibrium
gestures back to my earlier physics crime request re: thermodynamics
Isn't that why electronics in space have a really hard time cooling?
No air
that's because vacuum is not air, yeah
there's nowhere to put the heat because at a molecular level, heat is jiggly atoms
no atoms nowhere to put the jiggle
Clearly we just need to use quantum teleportation to teleport the heat back to earth and take care of it there.
That's definitely how it works, I'm an expert in quantum mechanics. (You see, I did a wikipedia rabbit hole on it a couple months ago, so clearly I understand it better than anyone else, even despite avoiding the mathy bits.)
New quote added by kittycatcasey as #6354 (https://discordapp.com/channels/137344473976799233/1215712021207720006/1363326114600194098)
Heat being jiggly atoms is always kinda funny to think about to me.
If only the atoms would jiggle in a way that would exercise for me š¤
in vaguely related news, I had to turn on the AC for the first time since last fall today
I wish I could turn the AC on
Dumb old buildings (or whatever causes the weird system my current apartment uses)
If we reduce capacitance and reduce vdd we reduce power!!!!!
i remember seeing some fitness belts or whatever that claimed to do this. they would do little jolts of electricity or something into you that was supposed to exercise your muscles while you did nothing.
as far as i know, none of them ever worked
if I could have one superpower, control over the rate of heat transfer in any specific area would probably be it
I think they're not expecting to turn on actual AC instead of heating until next month at the earliest
an intern running a bellows in the basement
ok faiiiiiir
the downside is that window AC generally is less efficient
A single intern, for half the year? Yikes, I would've hoped they had a few people to go in shifts with
Occasionally I remember how protein folding works and I'm amazed we even evolved
also that I pay electric = I pay AC
yeah, I was at a talk about ribosomes on friday and like woooah
Look at me! How many billion years of evolution produced this dumb fuck knitting in bed
That doesn't sound pleasant.
In which case, it sounds like it would work. The only purpose of exercise is misery, right???
they're such funky little machines and we all are absolutely chock full of them
and we don't really understand them
like we know what they do but not all the details of how
They wiggle and we are alive!!!