Never meet your heroes. Have you ever seen the way he rages at people on the mailing list? Don't get me wrong, he's made some incredible technical contributions that I'm thankful for, but I have to push back against claims that he is a well-adjusted dude.
You also have to remember that he made an OS as a hobby project and suddenly everyone wanted to mess with it. It was the Wild West of decentralized project management in those days, I don’t condone any of that unprofessional behavior but I’m also not in the least bit fucking surprised that he had very personal rage-out moments as unsolicited criticism poured in from around the world, constructive and well intentioned or not. That’s a lot of unexpected pressure.
He got better, which implies to me that he wants to be a good person; and that’s all we can really ask of anyone.
True that. Andrew Tanenbaum dissing on Linux in the early days just because it didn't conform to his ideals of a microkernel is sufficiently uncomfortable to read, imo. It's not like Linus kept anyone from making their own open source kernel.
To be fair, they insisted that they were on good speaking terms. Seen from that one occasion where some article claimed that Linux was copied from MINIX and Tanenbaum dissed the article, defending Torvalds.
Bruh if everything I said to people was recorded and searchable, I'd seem like an unhinged egomaniac with anger issues too, but people can change, and get more mellow.
People need to understand we are all humans and stop idolizing-idealizing people, aren't you all bored of celebrities/famous people abusing their status?
@wholookshere but @JasonDJ never claimed that Linus is perfect. On the contrary, he admires how normal and human and unfiltered Linus is. So in terms of toxicity profile, we don't need to actually meet him to know what to expect. So your gotcha is kinda irrelevant. We know he's not a saint, and isn't trying to be. Which paradoxically makes the guy more righteous than all tech billionaires combined.
Not to protect so called "toxic environment", but sometimes people need to hear what others think about them and their work, preferably without pink glasses. Hiding truth behind fake polite smile is not correct approach either.
As an example, Linus once harshly commented about breaking user space. Was it impolite to mog developer? Maybe. But nowadays in our "polite circle with pink ponies" people more easily do what they not supposed to, cause there no harsh feedback. My amdgpu crashing and taking full video stack with it each focking time. It can't restart even if you trigger /sys/kernel/debug, like, it's dead-dead. And that due to user space program, aka game. This shit should't happen and yet here we are. Could it be different if Linus kept yelling at people, to reinforce fear of breaking stuff? My money on "yes". There other examples of course, like compete disaster called "Concord", where ultra polite environment became so forced that it kinda became toxic thing on itself and we all know the end result of it.
Cause it was disaster so big that Sony had to shutdown it within month, it even got plenty of coverage and documentaries. Realistically, there are more documentaries, than there were players online in it.
From my experience as a new end user with basic questions and issues, it's pretty normal for a decent chunk of other linux users in general. I've met more angry Linux people when asking for help than I ever have for any other OS or software.
It's a small minority I'm sure, but they're extremely vocal individuals.
The linux users here seem pretty chill. There's a lot of tongue-in-cheek, self-deprecating jokes about linux users being pretentious, but I don't really see much of anyone being actually obnoxious in any of the techy comms here
Various distro and general forums and GitHub/similar sites. I've come across several over the last few years. The types of places you go for actual help from people with knowledge and experience. Not just various social media sites.
It's a small amount in the grand scheme, but they're vocal. All it takes is one raging asshole for a normie first trying out Linux and looking for a solution to an issue to be driven away entirely.
That makes sense, I haven't really interacted much on those sites. I've browsed them for help sometimes, and it seems like they get annoyed when people ask questions that are already answered. Either in the docs or somewhere else on the forum. They usually just say to do a search before posting to see if it's already answered. But maybe if someone's having a bad day and gets fed up with being asked the same thing over and over again. Or maybe someone's just an asshole. I don't know.
I'm not saying it's okay to be a jerk, especially on those forums where they're literally representing the community. You're right, it really can put a sour taste in newcomers' mouths.
Have you ever managed a project as large as this? I think we can give him some leeway here. If you invite people to help on your project that is worth quadrillions, but is open-source, you have to be hardened enough. And Linus is just a well rounded person who doesn't play politics, that's what I learned from 30 years following that dude. I have to admit, he is a diver, so I am a little bit biased on his personality type (btw, so is Gabe, but he is doing it on a much larger scale now). Anyway, give this guy some space, he is doing good work that we all need to appreciate more.
Gates was a jerk. Jobs was a jerk that actually did make some positive impact on the world. Linus was a jerk who's mellowed to a pretty normal state. Woz is a fucking tech Angel/God who just generally wants good things for people.
edit: I guess to be fair, Windows did harbor us for a long time when nothing else was ready, Jobs pushed competition and some semblance of privacy. and Linus' code is just about everthing that exists now mostly for free.
My local Microcenter has posters of notable computer pioneers up high in the back where you can see them from anywhere in the store. Each poster has the person's name as well as a description of something they're most known for. Bill Gates is there as well as Ken Thompson, Robert Kahn, Robert Metcalfe, Grace Hopper, Richard Stallman, etc. I always thought that was a nice touch. Even though it's like the nerdiest of all stores, I suspect 90% of customers are probably Windows normies and just need a computer for work or to play games and wouldn't recognize any of them with the exception of Gates. Even I don't recognize some of the names, like Kahn (co-invented TCP/IP) and Metcalfe (inventor of Ethernet).
Dude linuses anything but humble if you know anything about him he is one of the biggest dicks on the internet. Some of his reasoning is right but some of it is just him being a complete asshole.
For the Arch defaults, I find their stock wallpapers generally pleasing in a weird n-dimensional way. When I was a young microslopper, it was always whatever brought me joy from newgrounds that week.
The default wallpaper is meant to be pleasing, and I guess it's meant to appeal to the average person? I've known several people that don't change their wallpapers or that use that automatic carousel thing with a different image every time you wake the device.
I usually set my wallpaper once right after install then never change it. I only see it for a few seconds right after boot anyways. If you see your wallpaper then you aren't really doing anything.
I think that there's a legit rejoinder of "Why aren't you optimizing the code to reduce compilation time, if it's such a problem?"
For something like C++, ccache, distcc, PIMPL (to reduce use of templates, which blows up C++ compilation time), precompiled headers, make code more modular to reduce the size of the compilation unit that changes when any one change happens, break stuff into libraries, etc. Look to see whether there are things like build timestamps being inserted into headers that are producing unnecessary recompilations. clang and gcc can profile compilations to identify what's chewing up time.
I mean, none of the optimizations I listed rely on multiple cores.
It's true that just running parallel compilation jobs on your build machine is a simple way to speed things up, no disagreement, but it's not like optimizing compilation time isn't a thing outside of that.
i was thinking more about tooling, most of that stuff didn't exist as widely as today and you couldn't really look for it when waiting for a compile either.
In my experience, [proprietary] projects are doing well if their Makefile isn't so broken that they have to run it twice just to make sure everything actually compiles. And you want them to actually optimize it...?!
If you see your wallpaper then you aren’t really doing anything.
I use sway these days. It's tiling, so I rarely see my desktop background anymore.
But not everyone uses a tiling system.
While I like the idea of avoiding having onscreen pixels wasted showing useless information, and I think that tiling systems do help achieve this, I avoided tiling systems for some years, as a fair bit of software still didn't play well with it (e.g. I remember default behavior with GIMP being half of the screen being the main window, half being the GIMP toolbar window). I think that we're past that phase now, but there are people who prefer stacking window systems for various reasons and don't use tiling systems.
I actually really love the default wallpaper in KDE Plasma. It changes with every release. I have a friend who also uses Plasma, and before each release, we always joke that the new wallpaper is our most anticipated feature because we're too lazy to change our wallpapers ourselves and simply wait for new releases to do it for us.
I don't change mine on most GNOME installs, but I do like that the light/dark mode toggle also flips the wallpaper to a light dark version of the same style
First time I saw that picture, win11 was new, and having it running meant you had a rather recently built PC with a TPM module. So, an additional layer of a (satirical?) hardware flex that I don't think goes well with, well, the worse Windows at the time.
While my setup isn't meant to be showy, I cannot operate with a single monitor these days. At work I have my laptop screen, a USB monitor to the right, a 36" ultra-widescreen up high, and a landscape 32" monitor to the left.
I still want more screens. I basically want a Neil Pert monitor setup.
Multi monitor setups arent bad but in my experience they are usually cludged together abominations with at minimum two desks in active use. Mine for example is consistent of a HP pavilion from around 02 if I had to make a guess, a HP monitor from 17, and then my 5 plus year old Asus monitor. My desks setup is an L desk plus a random corner desk for the CRT and the WW2 era speakers I have that I still need wires for.
Anyone know where I can get wires and an amp for an antique pair of speakers? They use a positive and negative similar to what old car speakers have, not particularly picky just want to test them ideally using an aux input.
Any home improvement store - > wires aisle - > buy "speaker wire" in whatever length you need.
Lamp wire is also fine, often times they are the same / interchangeable.
An amp? Well there's a whole lot of options there from multi channel home theater units down to just a stereo mini amp.
If you just want to power some old speakers I'd lean towards a stereo mini amp on Amazon. Then maybe a cheap bluetooth receiver so you can easily pair your phone for some modern streaming support.
Honestly? Best Linus? That's a stretch. Maybe Linus from 10-20 years ago. But these days he's becoming a senile old tech bro - his ideals are rapidly deteriorating.
I am disappointed albeit not surprised he's jumped on the slop train.
Tell me you don't understand a single word Torvalds has said recently without telling me you don't understand a single word Torvalds has said recently.
as is often the case you need to follow the money, when you open up the linux foundation sponsor list and see google, microsoft, amazon, meta, and anthropic in the top tiers it gets kinda obvious why there was really no chance he'd decry the "product" from the companies paying him big bucks.
it's really sad to me as well to see important free software projects go this route, i guess the gpl doesn't mean much anymore since apparently it's this widely accepted that you can introduce chatbot code with mysterious origins into your codebase now.
There's "Linux Kernel Developer Workspaces" series on youtube. Spoiler: most of them look like dumpsters, even if discounting that it was over 10 years ago. I guess it takes certain type of trash goblin to work on linux kernel.
I don't have a problem with people decorating their computers however they want. They paid for it. It's their computer. Everyone's got their own aesthetic preferences.
However, the last build I did, I was getting a little exasperated with how increasingly-hard it is to just find desktop components that don't have RGB lighting on them any more. I mean, to me, the desktop computer is a box that has a bunch of circuit boards in it. I'm generally not looking at my RAM sticks or motherboard segments, and don't have a glass window on the side to admire it (it gets dust in there, and I'd rather have a sturdier case without glass). I could do without the extra light pollution in my life. Most stuff can be disabled, but it's kind of obnoxious to be buying and figuring out how to disable hordes of little RGB LEDs.
I'd also add that where LEDs exist, they have multiplied over the decades not just in number, but also in brightness.
If I wanted to have my computer be a light show, which I don't, I'd get a DMX512 controller for it, and real lighting effects hardware.
Maybe going for rack-mount hardware is an option. It's something that I've thought about sporadically over the years, and it does have certain benefits, if you're willing to give up portability. But rack-mount builds generally command a premium due to the market being less price-sensitive, and noise is often a more of a factor, since datacenters don't care about keeping things quiet for employees.
The RGB, the gaming chair...gimmicks that do nothing..it's stupid but somehow they work..they form trends and people latch to it even though realistically they do nothing functionally.
I would argue they are detrimental to the experience. Gaming chairs are not more ergonomic than good office chairs. I don't want external lights getting in the way when I'm concentrating on the monitor. RGB is literal light pollution in your own room.
Paraphrasing a tidbit of information from Northwest Repair, who's a guy on YouTube that does board-level repairs on computer hardware:
Apparently, reprogramming the firmware config and changing the RGB light status on a DRAM module are both done through the same SPI bus. Consequently, every time you change the RGB lighting, it has a tiny chance of accidentally bricking the stick.
So not only is RGB an additional upfront cost that consumers might not want, it could even contribute to long-term costs by reducing the lifetime of some components.
I remember years ago there was a firmware source leak (or maybe the binary was analyzed or something) for gigabyte's led controller firmware/drivers that basically just exposed the firmware programming bus to user land because that's how they did lighting updates and the kernel mode driver just passed whatever the user mode driver gave it, which could include firmware updates to other hardware IDs.
It was at this point that I stopped running a lot of those hardware control utilities (and I suspect that might also be why I barely saw any issues with the Radeon 5700 XT that was a bit infamous for "its" issues that I think might have just been incompatibilities with 3rd party "helper" utilities or shit written by companies that had gotten to the "just ship it" stage of development).
Things like Noctua fans and motherboards aimed at enterprise use cases tend to not have the shiny distractions that average tech bros want.
You probably want to stick with ATX over rack mounted stuff as an individual, just means you have to search for function-over-form brands for peripherals and the motherboard.
Reminds me of some interview of Linus, where they showed another photo of his workspace. Linus said the first thing people usually notice is the standing desk (he was a bit of a trendsetter). The second thing they notice is the wall colour. They use the paint in mental hospitals. It has a calming effect on the human mind. (Goodness knows Linus needs all the chill he can get.)
You don't need multiple screens to code. You can split inside your editor if you need to look at two things, otherwise you just jump between things. Faster thank having to use multiple things
I felt the same until I got a second monitor. Having each app on a full screen and glancing back and forth between them beats flipping back and forth IMO.
Yeah, I'm very much Team Lone Monitor. You can only see sufficient detail to work with text in a limited area in front of you. I can flip between desktops in sway faster than I can look from side to side. Honestly, my current monitor is already probably excessive in screen space for productivity stuff.
And the ergonomics are preferable if you're using secondary monitors much. You ideally want the display in front of you:
Raise your monitor so the top is at or just below eye level.
Position it about an arm’s length away.
Centre it directly in front of you.
These principles align with ergonomic research on neutral posture and reduced upper‑limb load (Rempel et al., 2007).
I remember working on a dual monitor setup split in the middle back in the 1990s, and while it was never a huge issue, after a day of working, my neck was stiff from looking to the left.
Added bonus of a single-monitor setup: less power use, and you can work on a (more-portable) laptop without extra screens without breaking your workflow.
EDIT: Note that this is just talking productivity stuff. If you also play games or something on the machine, then having stuff in your peripheral vision can have value, just as in real life. VR rigs push that even further.
EDIT2: If someone does come up with some sort of software that makes useful use of peripheral vision for office stuff, someone will be selling VR products aimed specifically at this in short order. I remember in...the early 2000s maybe, when Intel was trying to convince businesses to buy 3D hardware, and had ads talking about how 3D chart viewing would increase productivity.
I think using tiling based windows is one of the things that makes it easier for single monitor. I use i3 and it's way quicker to refer to something on another workspace compared to if I were to have them in separate monitors or stacked views. When using extra monitors i just have it open browser most of the time.
It's a matter of learning your desktop environment's shortcuts for managing windows. For example, I always set up a 3x3 grid of virtual desktops on KDE so I can play act at being those weird wall street people with 9 monitors:
I ran a 3x3 grid configuration for a long time as well -- until I finally realized I needed more than that and upgraded to a 5x3 grid! 😅️
I use the center desktop for a maximized browser window and the most important stuff is usually in a plus shape immediately adjacent to that with less important things further away.
every now and then I like going through and reading Linus' commit messages for uemacs. It's impressive that he's still maintaining that thing on a near weekly basis.
Also he writes some of the longest commit messages known to man to the point where i'm like "I didn't know you could write them that long"
What tech innovation actually looks like. Sort of no frills, high efficiency, what works go with it type thing. That shit works. I did shit like that once. Most beautiful internship that was wasted on me. I had free reign of an electrical engineering lab at Oak Ridge as a summer intern between freshman and sophomore year of college. There were like shelves full of random devices and circuit boards. Like half built shit that someone said fuck that noise on, and wires, and circuit boards, and batteries. Random computer monitors. All that shit. It was a fucking disgrace and it was beautiful. My steward or whatever wanted me to test an Op-Amp? He gave me a book on how to program using excel, a book on op-amps, one lecture, and told me there were two grad students in the room that can help if you need it. He left everything I needed in close-ish proximity and says good luck. So that’s what I fuckin did. The grad students would help briefly from time to time if I begged, but it was clear this was my shit they aren’t to spoon feed me. He wanted them tested in an oven using known input voltage increased sequentially in a continuous run. I found a voltmeter/thing that emits and controls the volts and know’s shit about what’s going on. I had to wire qthat thing in a certain way. That part was actually sort of fun and surprisingly easy. Had a PC, a lab oven that looked like a broke ass piece of shit to me but it worked and did what it was supposed to, the volt whisperer, the chip, and some thing that the chip had to be in that a bunch of cords connected to it so the shit was like coming out weird from the oven. It was easy to hook up once you knew what you were looking for. Getting excel to talk to that hillbilly ass looking piece of shit took an entire week. Eventually got it to do what it needed to do but LMFAO the stupid piece of shit beeped every time it shat voltage and took a measurement. Every. Single. Fucking. Time. To this day I don’t know if this was some kind of test that I failed or just random fucking bullshit that happens when you tell a stupid fucking piece of shit college student like me to shit his brains onto a bunch of hardware. The shit worked! Everything worked and I got everything he wanted me to get. Excel made some pretty graphs that looked like they were supposed to. I think he sold the patents. My poster was fucking awesome at least in my eyes, but some dumb old surely bitch didn’t like the formatting but fuck her ya know. I give myself a b+ for that one. It looked damn good on paper. Ended up becoming a doctor. Sometimes wonder if I would’ve been more successful if I would have stayed with engineering. Who tf knows!?!? Blehhh
Yes they are awesome; The kind that adjusts for sitting or stnading.
We had them at a company I worked at. You sit for a while ( like and hour or two) and then feel a bit uncomfortable so pull the level and slide to standing mode. Work an hour standing, then sit.
It really helps you feel less fatigue, and is better for circulation and digestion.
it depends on the type of person, I feel like. My company has offered those adjustable desks since before COVID. If you walk through our office you'll always see at least a few raised up. Most people prefer sitting down, but you'll see enough people getting use out of these that they definitely have some benefit.
I have one at the head office. I love how it's adjustable, so I can stand up when I've been sitting for too long.
Plus when I'm doing something that involves more than just keyboard and mouse (sych as plugging electronics and hardware around me) it's very convenient to be already standing.
Okay, but... a big HDPI monitor is so much easier on your eyes. Even if all you do is scale your font size way up so þat you have exactly þe same effective rows × columns of text, it's still noticably cleaner and you can turn off anti-aliasing wiþout incurring jaggies.
He's standing pretty close so maybe a huge monitor would be counter productive, but still. Þat looks like a bog standard business Dell and þey're pretty basic displays. No high refresh, no higher luminosity, and probably just a basic 1080p. Splurge for a better monitor, at least. A quality keyboard makes a big difference, too, but I can't see what he has þere. Doesn't look ergonomic, anyway.
Ja ja ja, we agree! Anyway What everyone really wants to know is:
Do you have Íslenska keys installed on your keyboard? Do you have "th" autocorrected, somehow, to 'þ'? Or do you swap keyboards to purposefully use 'þ', instead of "th"? As I have just done.
Dunno about the jerk, but he's become a weirdo and I second the notion that he should no longer be idolized. That's gonna be embarrassing to walk back from in 2-3 years.
It seems like [1] expresses a very anti-LLM position in general
Yes.
And no, that's not the position of the Linux kernel.
I realize that some people really dislike AI, but this is an area
where I'm willing to absolutely put my foot down as the top-level
maintainer.
Linux is not one of those anti-AI projects, and if somebody has issues
with that, they can do the open-source thing and fork it.
Or just walk away.
AI is a tool, just like other tools we use. And it's clearly a useful one.
It may not have been that "clearly" even just a year ago, but it's no
longer in question today.
There's a lot to unpack here, and it's even worse than the shortened quote I had in mind when I wrote the above.
When he clearly had the good example of referring to LLMs in plain sight, he chose to refer to the slop machines as "AI" - especially in a context where it serves as a straw man. Most people opposed to LLMs do not have a problem with proper AI research, it's just the statistical word prediction snake oil that we despise.
Using a straw man as someone who clearly has (at least for now) the intellectual capacity to understand that he is doing so is a really dirty way to argue.
For a project like the linux kernel, which has really become larger than just Linus, he threatens to override all opinions he doesn't like on the topic (this is not the first time he's done that). As we can see from the disappointing outcome of the debian vote on LLM contributions, this was a completely pointless hill to die on.
"Or just walk away" is children level of bickering
Again with the misnomer AI, to claim "[LLMs are] clearly a useful [tool]", and to claim this "is no longer in question today" is a statement so dumb I have trouble believing he wrote that. I'll give him that in some aspects LLMs can be useful, but the net effect on society (and that's the larger picture he's completely ignoring) may very well still be a net negative. This planet - even humanity - doesn't need digital infrastructure to thrive. And 99% of the "usefulness" of LLMs is in maintaining or upgrading digital infrastructure and processing data. Something completely irrelevant to a thriving ecosystem. He's clearly locked into "tech bro think" where it doesn't even occur to him to consider impacts on the environment and weigh them against the perceived usefulness of LLMs. Not to mention that you do not know whether an LLM will be useful in a particular case until after you have solved the case - at which point you may say "oh great, it helped me" or "oh shit, the LLM wasted a lot of my time on this". And if you can't tell in advance whether for a particular scenario a given tool will be useful or not, then using it will also waste people's time and it's absolutely fair to expect that people - even when isolating their views to the tech sector - weigh the perceived usefulness against the time wasted and evaluate whether there's actually a net positive.
I am pretty sure - also from personal experience - that the next benefit of using LLMs for software development only marginally outweighs the downsides (wasted developer & computing time, wasted resources). And taking the social, political and environmental impacts into account, the currently hyped machine learning applications are a HUGE net negative for mankind.
Plus which, LLMs have already peaked, because they are all out of unpoisoned training data. So things will get worse from here on out.
Accordingly, my verdict is that Linus is losing his marbles. Because he once was smart enough to realise all those implications. And now he's decided to gloss over them and join the hype train.
189 Comments
JasonDJ@lemmy.zip · 241 pts · 1d
I love how just...normal...Linus is. Like...humble. Content.
Like, hey, I revolutionized the world with a pet project. Nbd.
When I was a kid I worshipped Bill Gates and Steve Jobs. I'm glad I realized later that Linus and Woz are the real heroes.
0x0@lemmy.dbzer0.com · 83 pts · 1d
Never meet your heroes. Have you ever seen the way he rages at people on the mailing list? Don't get me wrong, he's made some incredible technical contributions that I'm thankful for, but I have to push back against claims that he is a well-adjusted dude.
Serinus@lemmy.world · 96 pts · 1d
He's had to adjust quite a bit I'd say he's thoroughly and well adjusted.
neukenindekeuken@sh.itjust.works · 89 pts · 1d
Yeah, Linus today is nothing like Linus in the 90s/00s
4am@lemmy.zip · 69 pts · 1d
You also have to remember that he made an OS as a hobby project and suddenly everyone wanted to mess with it. It was the Wild West of decentralized project management in those days, I don’t condone any of that unprofessional behavior but I’m also not in the least bit fucking surprised that he had very personal rage-out moments as unsolicited criticism poured in from around the world, constructive and well intentioned or not. That’s a lot of unexpected pressure.
He got better, which implies to me that he wants to be a good person; and that’s all we can really ask of anyone.
Mikrochip@feddit.org · 16 pts · 1d
True that. Andrew Tanenbaum dissing on Linux in the early days just because it didn't conform to his ideals of a microkernel is sufficiently uncomfortable to read, imo. It's not like Linus kept anyone from making their own open source kernel.
ivan@piefed.social · 5 pts · 1d
To be fair, they insisted that they were on good speaking terms. Seen from that one occasion where some article claimed that Linux was copied from MINIX and Tanenbaum dissed the article, defending Torvalds.
libewa@feddit.org · 1 pts · 1h
Didn't he say that he couldn't have copied it, because then it would be good (as in, a microkernel)?
Agent641@lemmy.world · 53 pts · 1d
Bruh if everything I said to people was recorded and searchable, I'd seem like an unhinged egomaniac with anger issues too, but people can change, and get more mellow.
Fortunafors@lemmy.world · 37 pts · 1d
People need to understand we are all humans and stop idolizing-idealizing people, aren't you all bored of celebrities/famous people abusing their status?
ivanafterall@lemmy.world · 10 pts · 1d
Seriously, we need more people who shun fame and celebrity. Like Rick Moranis did.
SkaveRat@discuss.tchncs.de · 30 pts · 1d
not really anymore for quite a while.
he will absolutely tell someone that should know better, if they are doing a bad job, but the times of random shitstorms is over for quite a while now
JasonDJ@lemmy.zip · 24 pts · 1d
Counterpoint: Linus was all out in the open.
I wouldn't want to see what Bill Gates is like behind closed doors...especially as a kid.
wholookshere@lemmy.blahaj.zone · 3 pts · 1d
No one is saying hes on the level of gates or jobs or whatever.
But that doesn't make him an angel either. It makes him human.
He famously took a year off because he wanted to work on how toxic he was.
The comment was never meet your hero's. Hes a good guy, but if you have had to work with him, you may be leas inclined to agree whole heartily.
drq@mastodon.ml · 5 pts · 1d
@wholookshere but @JasonDJ never claimed that Linus is perfect. On the contrary, he admires how normal and human and unfiltered Linus is. So in terms of toxicity profile, we don't need to actually meet him to know what to expect. So your gotcha is kinda irrelevant. We know he's not a saint, and isn't trying to be. Which paradoxically makes the guy more righteous than all tech billionaires combined.
DeLancre@piefed.social · 19 pts · 1d
Not to protect so called "toxic environment", but sometimes people need to hear what others think about them and their work, preferably without pink glasses. Hiding truth behind fake polite smile is not correct approach either.
As an example, Linus once harshly commented about breaking user space. Was it impolite to mog developer? Maybe. But nowadays in our "polite circle with pink ponies" people more easily do what they not supposed to, cause there no harsh feedback. My amdgpu crashing and taking full video stack with it each focking time. It can't restart even if you trigger /sys/kernel/debug, like, it's dead-dead. And that due to user space program, aka game. This shit should't happen and yet here we are. Could it be different if Linus kept yelling at people, to reinforce fear of breaking stuff? My money on "yes". There other examples of course, like compete disaster called "Concord", where ultra polite environment became so forced that it kinda became toxic thing on itself and we all know the end result of it.
So yea, not a fan of that.
HuudaHarkiten@piefed.social · 6 pts · 1d
Which one is that? https://en.wikipedia.org/wiki/Concord
DeLancre@piefed.social · 8 pts · 1d
Clearly meant the ship. /s
I meant recent game: https://en.wikipedia.org/wiki/Concord_(video_game)
Cause it was disaster so big that Sony had to shutdown it within month, it even got plenty of coverage and documentaries. Realistically, there are more documentaries, than there were players online in it.
HuudaHarkiten@piefed.social · 5 pts · 1d
lol sounds like a fun thing to read up on, when bored. I'll put that in the "read at some point but probably forget about forever" drawer. Thanks!
wonderingwanderer@sopuli.xyz · 15 pts · 1d
Is that not normal for IT professionals?
JasonDJ@lemmy.zip · 8 pts · 1d
Lol for real. Have you ever met a user?
halcyoncmdr@piefed.social · 2 pts · 1d
From my experience as a new end user with basic questions and issues, it's pretty normal for a decent chunk of other linux users in general. I've met more angry Linux people when asking for help than I ever have for any other OS or software.
It's a small minority I'm sure, but they're extremely vocal individuals.
wonderingwanderer@sopuli.xyz · 2 pts · 1d
Where was this, reddit or something?
The linux users here seem pretty chill. There's a lot of tongue-in-cheek, self-deprecating jokes about linux users being pretentious, but I don't really see much of anyone being actually obnoxious in any of the techy comms here
halcyoncmdr@piefed.social · 0 pts · 1d
Various distro and general forums and GitHub/similar sites. I've come across several over the last few years. The types of places you go for actual help from people with knowledge and experience. Not just various social media sites.
It's a small amount in the grand scheme, but they're vocal. All it takes is one raging asshole for a normie first trying out Linux and looking for a solution to an issue to be driven away entirely.
wonderingwanderer@sopuli.xyz · 2 pts · 1d
That makes sense, I haven't really interacted much on those sites. I've browsed them for help sometimes, and it seems like they get annoyed when people ask questions that are already answered. Either in the docs or somewhere else on the forum. They usually just say to do a search before posting to see if it's already answered. But maybe if someone's having a bad day and gets fed up with being asked the same thing over and over again. Or maybe someone's just an asshole. I don't know.
I'm not saying it's okay to be a jerk, especially on those forums where they're literally representing the community. You're right, it really can put a sour taste in newcomers' mouths.
Varesti@lemmy.zip · 14 pts · 21h
BurgerBaron@quokk.au · 12 pts · 1d
Another example being the developer of GrapheneOS. Unhinged, but works in our favor. Just don't follow them on social media.
Knock_Knock_Lemmy_In@lemmy.world · 2 pts · 39m
Richard Stallman is another example of someone you wouldn’t describe as hinged, but you are glad exists.
BCsven@lemmy.ca · 10 pts · 1d
Have you read the rants, he is often spot on.
JasonDJ@lemmy.zip · 5 pts · 1d
If it's any consolation I also worshipped Carmack and Zoid Kirsch (credited then by deadname)....
DickFiasco@sh.itjust.works · 8 pts · 1d
What's wrong with Carmack? I'm genuinely curious.
gedfromgont@piefed.ca · 8 pts · 1d
I think his joining Meta to work on VR was... an interesting decision.
AlecSadler@lemmy.dbzer0.com · 10 pts · 1d
But then he quit.
Maestro@fedia.io · 8 pts · 1d
It's not like he joined in the early startup days. Carmack knew (or could have known) full well what a shit company Meta is.
CommanderCloon@lemmy.ml · 3 pts · 1d
True but he probably thought he had big enough of a name to lead his own department as he pleased
JasonDJ@lemmy.zip · 3 pts · 1d
Nothing...I was hoping to have some childhood heroes I can still keep.
zeroclue@sopuli.xyz · 4 pts · 1d
Have you ever managed a project as large as this? I think we can give him some leeway here. If you invite people to help on your project that is worth quadrillions, but is open-source, you have to be hardened enough. And Linus is just a well rounded person who doesn't play politics, that's what I learned from 30 years following that dude. I have to admit, he is a diver, so I am a little bit biased on his personality type (btw, so is Gabe, but he is doing it on a much larger scale now). Anyway, give this guy some space, he is doing good work that we all need to appreciate more.
JasonDJ@lemmy.zip · 3 pts · 1d
Not sure if this is meant to be a fat joke, but it's worth the extra month wait for HL2E3 if it is.
zeroclue@sopuli.xyz · 2 pts · 1d
It is not.
JadedBlueEyes@programming.dev · 2 pts · 1d
That is a painfully AI written article, do you have a better source?
zeroclue@sopuli.xyz · 2 pts · 1d
You can start with his wikipedia article
rumba@lemmy.zip · 26 pts · 1d
Gates was a jerk. Jobs was a jerk that actually did make some positive impact on the world. Linus was a jerk who's mellowed to a pretty normal state. Woz is a fucking tech Angel/God who just generally wants good things for people.
edit: I guess to be fair, Windows did harbor us for a long time when nothing else was ready, Jobs pushed competition and some semblance of privacy. and Linus' code is just about everthing that exists now mostly for free.
pmk@piefed.ca · 24 pts · 1d
I like Ken Thompson. He wanted to play a game on a computer that didn't have an OS that supported it so he wrote Unix.
Isthisreddit@lemmy.world · 4 pts · 1d
The real nerds know
eah@programming.dev · 20 pts · 1d
My local Microcenter has posters of notable computer pioneers up high in the back where you can see them from anywhere in the store. Each poster has the person's name as well as a description of something they're most known for. Bill Gates is there as well as Ken Thompson, Robert Kahn, Robert Metcalfe, Grace Hopper, Richard Stallman, etc. I always thought that was a nice touch. Even though it's like the nerdiest of all stores, I suspect 90% of customers are probably Windows normies and just need a computer for work or to play games and wouldn't recognize any of them with the exception of Gates. Even I don't recognize some of the names, like Kahn (co-invented TCP/IP) and Metcalfe (inventor of Ethernet).
AlligatorBlizzard@sh.itjust.works · 4 pts · 1d
Either we have the same local Microcenter or a bunch of them do this. I thought the posters were kinda neat too.
Serinus@lemmy.world · 8 pts · 1d
Which one?
JasonDJ@lemmy.zip · 16 pts · 1d
I was actually going to comment on that as well but I didn't remember the exact history of git.
His newsgroup post announcing Linux is legendary, though.
Or are you referring to his guitar pedals?
the_q@piefed.social · 5 pts · 1d
You shouldn't worship anyone.
LongLive@lemmy.world · 3 pts · 1d
you should worship everyone! /s
GolfFoxtrotLima@sh.itjust.works · 3 pts · 1d
Yeah, Same here honestly
titanicx@lemmy.zip · -1 pts · 1d
Dude linuses anything but humble if you know anything about him he is one of the biggest dicks on the internet. Some of his reasoning is right but some of it is just him being a complete asshole.
megopie@lemmy.blahaj.zone · 5 pts · 1d
He’s gotten a lot better. Turns out therapy works.
bobslaede@feddit.dk · 88 pts · 1d
Isn't it a bit strange not to change your wallpaper to something different than the default Windows one?
Pomal@sh.itjust.works · 41 pts · 1d
For the Arch defaults, I find their stock wallpapers generally pleasing in a weird n-dimensional way. When I was a young microslopper, it was always whatever brought me joy from newgrounds that week.
felsiq@piefed.zip · 33 pts · 1d
Arch… defaults?? Are you thinking of cachyOS or maybe plasma’s defaults?
Undearius@lemmy.ca · 41 pts · 1d
No, the base CLI is pleasing
Pomal@sh.itjust.works · 4 pts · 1d
This is also a true experience xD
Pomal@sh.itjust.works · 11 pts · 1d
Plasma, le derp, ty
SaharaMaleikuhm@feddit.org · 10 pts · 1d
Different guy, but I like my Plasma wallpapers. I mean I rarely get to see it cause I got stuff to do, but they are nice enough.
gon@lemmy.dbzer0.com · 17 pts · 1d
The default wallpaper is meant to be pleasing, and I guess it's meant to appeal to the average person? I've known several people that don't change their wallpapers or that use that automatic carousel thing with a different image every time you wake the device.
eodur@piefed.social · 16 pts · 1d
I usually set my wallpaper once right after install then never change it. I only see it for a few seconds right after boot anyways. If you see your wallpaper then you aren't really doing anything.
Pomal@sh.itjust.works · 26 pts · 1d
tal@lemmy.today · 4 pts · 1d
I think that there's a legit rejoinder of "Why aren't you optimizing the code to reduce compilation time, if it's such a problem?"
For something like C++, ccache, distcc, PIMPL (to reduce use of templates, which blows up C++ compilation time), precompiled headers, make code more modular to reduce the size of the compilation unit that changes when any one change happens, break stuff into libraries, etc. Look to see whether there are things like build timestamps being inserted into headers that are producing unnecessary recompilations.
clangandgcccan profile compilations to identify what's chewing up time.lime@feddit.nu · 18 pts · 1d
that xkcd comic is coming up on 20 years old. most computers didn't have multiple cores yet.
tal@lemmy.today · 1 pts · 1d
I mean, none of the optimizations I listed rely on multiple cores.
It's true that just running parallel compilation jobs on your build machine is a simple way to speed things up, no disagreement, but it's not like optimizing compilation time isn't a thing outside of that.
lime@feddit.nu · 2 pts · 1d
i was thinking more about tooling, most of that stuff didn't exist as widely as today and you couldn't really look for it when waiting for a compile either.
luciferofastora@feddit.org · 8 pts · 1d
Taking a comic about a flimsy excuse and doing a serious analysis of a joke problem is such an xkcd thing to do.
libewa@feddit.org · 1 pts · 1h
Well, now I know where that term comes from.
grue@lemmy.world · 3 pts · 1d
In my experience, [proprietary] projects are doing well if their
Makefileisn't so broken that they have to run it twice just to make sure everything actually compiles. And you want them to actually optimize it...?!wreckedcarzz@lemmy.world · 2 pts · 1d
"Sure, just give me the raise I've been asking for and I'll get right on that."
"..."
"That's what I thought."
gon@lemmy.dbzer0.com · 8 pts · 1d
IDK man, I like knowing that Frieren is looking out for me in the background. Even if I don't see it, I appreciate that it's there.
tal@lemmy.today · 3 pts · 1d
I use sway these days. It's tiling, so I rarely see my desktop background anymore.
But not everyone uses a tiling system.
While I like the idea of avoiding having onscreen pixels wasted showing useless information, and I think that tiling systems do help achieve this, I avoided tiling systems for some years, as a fair bit of software still didn't play well with it (e.g. I remember default behavior with GIMP being half of the screen being the main window, half being the GIMP toolbar window). I think that we're past that phase now, but there are people who prefer stacking window systems for various reasons and don't use tiling systems.
Zombie@feddit.uk · 8 pts · 1d
You just gotta be careful which automatic carousel you use...
https://www.techspot.com/news/105673-official-bing-wallpaper-app-does-nasty-malware-like.html
gon@lemmy.dbzer0.com · 3 pts · 1d
Hilarious btw
rtxn@lemmy.world · 16 pts · 1d
The average tech bro doesn't have the skill to maintain a single system long enough for customizations to matter.
JasonDJ@lemmy.zip · 2 pts · 1d
Does distro hopping count?
Does it matter if I preserve /home?
Honytawk@discuss.tchncs.de · 7 pts · 1d
Maybe Linus also has that background.
But we wouldn't know since his screen is off.
xylol@leminal.space · 6 pts · 1d
I never look at the wallpaper long enough to care about changing whatever is default
dudeface@lemmy.world · 5 pts · 1d
I never pick a custom image for my my OS background, I never see it
Sometimes I switch it to grey or black
Shatur@discuss.tchncs.de · 5 pts · 1d
I actually really love the default wallpaper in KDE Plasma. It changes with every release. I have a friend who also uses Plasma, and before each release, we always joke that the new wallpaper is our most anticipated feature because we're too lazy to change our wallpapers ourselves and simply wait for new releases to do it for us.
BCsven@lemmy.ca · 2 pts · 1d
I don't change mine on most GNOME installs, but I do like that the light/dark mode toggle also flips the wallpaper to a light dark version of the same style
altkey@lemmy.dbzer0.com · 5 pts · 1d
First time I saw that picture, win11 was new, and having it running meant you had a rather recently built PC with a TPM module. So, an additional layer of a (satirical?) hardware flex that I don't think goes well with, well, the worse Windows at the time.
Waterpumpee@lemmus.org · 3 pts · 1d
since i have family and cant change it to prn,i keep it at default too. Honestly though, i barely see it. Theres always some ui over it.
wonderingwanderer@sopuli.xyz · 3 pts · 1d
When I switched to Endeavor, Ganymede was the Default wallpaper and I fucking loved it so I kept it.
The next update it changed (since it was still set to default), so I dug through an rsync backup to find it and changed it back to Ganymede
provectus@lemmy.ml · 68 pts · 1d
Does RMS fit in the picture here? The founder of the fsf and GNU.
fakeman_pretendname@feddit.uk · 30 pts · 1d
"Draw me like one of your French Girls, or as recently I have taken to calling them, GNU+French Girls"
Axolotl_cpp@feddit.it · 9 pts · 1d
French+Girls
Hupf@feddit.org · 4 pts · 1d
French GNU's
fakeman_pretendname@feddit.uk · 1 pts · 1d
Haha! That's better than what I had :)
altphoto@lemmy.today · 29 pts · 1d
Rubbing his belly is lucky.
provectus@lemmy.ml · 12 pts · 1d
Who wants to buy his foot cheese? Anyone?
LovableSidekick@lemmy.world · 3 pts · 1d
But first you must survive.
hakunawazo@lemmy.world · 22 pts · 1d
That last shirt button:

LovableSidekick@lemmy.world · 8 pts · 1d
That was his cover photo on Cosmoputing
InFerNo@lemmy.ml · 6 pts · 1d
NessD@lemmy.world · 4 pts · 1d
That's a very German response, but is he a pasta connoisseur? Cold or warm?
sakuraba@lemmy.ml · 4 pts · 1d
i would edit: never mind i read the stallman report and i would be too old/human/alive for him
wreckedcarzz@lemmy.world · 4 pts · 1d
🎶 I'm too sexy for my shirt, to sexy for my shirt, so sexy it hurts~ 🎶
4am@lemmy.zip · 4 pts · 1d
When you refer to “the picture here” I’m not sure if you are talking about the subject of the post, or the image you attached to your comment.
Either way: no.
provectus@lemmy.ml · 2 pts · 1d
I was so focused on the picture instead that I forgot about the title, lol. Time to interject for a moment.
Derpenheim@lemmy.zip · 1 pts · 1d
I imagine the sentence should have been: "...the picture, here?"
nodiratime@lemmy.world · 3 pts · 1d
Well, he is waiting for the pigeon with the print outs of the mails.
RiQuY@lemmy.zip · 45 pts · 1d
A person who actually uses the PC.
A random streamer.
chiliedogg@lemmy.world · 13 pts · 1d
While my setup isn't meant to be showy, I cannot operate with a single monitor these days. At work I have my laptop screen, a USB monitor to the right, a 36" ultra-widescreen up high, and a landscape 32" monitor to the left.
I still want more screens. I basically want a Neil Pert monitor setup.
vaultdweller013@sh.itjust.works · 3 pts · 1d
Multi monitor setups arent bad but in my experience they are usually cludged together abominations with at minimum two desks in active use. Mine for example is consistent of a HP pavilion from around 02 if I had to make a guess, a HP monitor from 17, and then my 5 plus year old Asus monitor. My desks setup is an L desk plus a random corner desk for the CRT and the WW2 era speakers I have that I still need wires for.
Anyone know where I can get wires and an amp for an antique pair of speakers? They use a positive and negative similar to what old car speakers have, not particularly picky just want to test them ideally using an aux input.
quadrant5835@lemmy.zip · 4 pts · 1d
Any home improvement store - > wires aisle - > buy "speaker wire" in whatever length you need.
Lamp wire is also fine, often times they are the same / interchangeable.
An amp? Well there's a whole lot of options there from multi channel home theater units down to just a stereo mini amp.
If you just want to power some old speakers I'd lean towards a stereo mini amp on Amazon. Then maybe a cheap bluetooth receiver so you can easily pair your phone for some modern streaming support.
Damage@feddit.it · 41 pts · 1d
He now has a fancier PC, courtesy of LTT.

nodiratime@lemmy.world · 36 pts · 1d
Worst and best Linus I "know" in one picture. And I know one more Linus.
tal@lemmy.today · 16 pts · 1d
https://en.wikipedia.org/wiki/Linus_Van_Pelt
altphoto@lemmy.today · 4 pts · 1d
The best one lost some weight. I need to do that.
raspberriesareyummy@lemmy.world · -14 pts · 1d
Honestly? Best Linus? That's a stretch. Maybe Linus from 10-20 years ago. But these days he's becoming a senile old tech bro - his ideals are rapidly deteriorating.
I am disappointed albeit not surprised he's jumped on the slop train.
AstralPath@lemmy.ca · 18 pts · 1d
Tell me you don't understand a single word Torvalds has said recently without telling me you don't understand a single word Torvalds has said recently.
TheEighthDoctor@lemmy.zip · 7 pts · 1d
Hes just mad because "AI bad"
ruby@lemmy.dbzer0.com · 4 pts · 1d
as is often the case you need to follow the money, when you open up the linux foundation sponsor list and see google, microsoft, amazon, meta, and anthropic in the top tiers it gets kinda obvious why there was really no chance he'd decry the "product" from the companies paying him big bucks.
it's really sad to me as well to see important free software projects go this route, i guess the gpl doesn't mean much anymore since apparently it's this widely accepted that you can introduce chatbot code with mysterious origins into your codebase now.
raspberriesareyummy@lemmy.world · 4 pts · 1d
indeed. The irony of the worst of the worst companies funding Linux development and not being told to fuck off is uncanny.
wreckedcarzz@lemmy.world · 2 pts · 1d
He must have lost a bet
drath@lemmy.drath.ru · 39 pts · 1d
There's "Linux Kernel Developer Workspaces" series on youtube. Spoiler: most of them look like dumpsters, even if discounting that it was over 10 years ago. I guess it takes certain type of trash goblin to work on linux kernel.
LovableSidekick@lemmy.world · 19 pts · 1d
No, it just takes somebody who cares more about getting stuff done than maxxing performance.
MalReynolds@slrpnk.net · 14 pts · 1d
Their work mostly takes place in their minds, the computer is a glorified text editor.
0x0@lemmy.zip · 4 pts · 21h
...or aesthetics.
Taleya@aussie.zone · 5 pts · 1d
Oh hon, you've never workd tech, have you.
We are all goblins
cantstopthesignal@sh.itjust.works · 8 pts · 1d
Some of us are kobolds and others are orcs.
GladiusB@lemmy.world · 3 pts · 1d
Sounds like a fight between mythics should be a monthly meeting type thing
tal@lemmy.today · 36 pts · 1d
looks at image with ten visible LED fans
I don't have a problem with people decorating their computers however they want. They paid for it. It's their computer. Everyone's got their own aesthetic preferences.
However, the last build I did, I was getting a little exasperated with how increasingly-hard it is to just find desktop components that don't have RGB lighting on them any more. I mean, to me, the desktop computer is a box that has a bunch of circuit boards in it. I'm generally not looking at my RAM sticks or motherboard segments, and don't have a glass window on the side to admire it (it gets dust in there, and I'd rather have a sturdier case without glass). I could do without the extra light pollution in my life. Most stuff can be disabled, but it's kind of obnoxious to be buying and figuring out how to disable hordes of little RGB LEDs.
I'd also add that where LEDs exist, they have multiplied over the decades not just in number, but also in brightness.
If I wanted to have my computer be a light show, which I don't, I'd get a DMX512 controller for it, and real lighting effects hardware.
Maybe going for rack-mount hardware is an option. It's something that I've thought about sporadically over the years, and it does have certain benefits, if you're willing to give up portability. But rack-mount builds generally command a premium due to the market being less price-sensitive, and noise is often a more of a factor, since datacenters don't care about keeping things quiet for employees.
Staff@piefed.world · 12 pts · 1d
The RGB, the gaming chair...gimmicks that do nothing..it's stupid but somehow they work..they form trends and people latch to it even though realistically they do nothing functionally.
I would argue they are detrimental to the experience. Gaming chairs are not more ergonomic than good office chairs. I don't want external lights getting in the way when I'm concentrating on the monitor. RGB is literal light pollution in your own room.
Truscape@lemmy.blahaj.zone · 13 pts · 1d
Yet another secret? The best "gaming headphones" are just standard audio gear or music studio stuff.
pivot_root@lemmy.world · 11 pts · 1d
Paraphrasing a tidbit of information from Northwest Repair, who's a guy on YouTube that does board-level repairs on computer hardware:
Apparently, reprogramming the firmware config and changing the RGB light status on a DRAM module are both done through the same SPI bus. Consequently, every time you change the RGB lighting, it has a tiny chance of accidentally bricking the stick.
So not only is RGB an additional upfront cost that consumers might not want, it could even contribute to long-term costs by reducing the lifetime of some components.
Buddahriffic@lemmy.world · 6 pts · 1d
I remember years ago there was a firmware source leak (or maybe the binary was analyzed or something) for gigabyte's led controller firmware/drivers that basically just exposed the firmware programming bus to user land because that's how they did lighting updates and the kernel mode driver just passed whatever the user mode driver gave it, which could include firmware updates to other hardware IDs.
It was at this point that I stopped running a lot of those hardware control utilities (and I suspect that might also be why I barely saw any issues with the Radeon 5700 XT that was a bit infamous for "its" issues that I think might have just been incompatibilities with 3rd party "helper" utilities or shit written by companies that had gotten to the "just ship it" stage of development).
pivot_root@lemmy.world · 4 pts · 1d
Imagine if ransomware did a BYOVD and held your actual hardware ransom.
Shit like that should never have been signed by Microsoft, let alone made it through developer review at Gigabyte.
Truscape@lemmy.blahaj.zone · 7 pts · 1d
Things like Noctua fans and motherboards aimed at enterprise use cases tend to not have the shiny distractions that average tech bros want.
You probably want to stick with ATX over rack mounted stuff as an individual, just means you have to search for function-over-form brands for peripherals and the motherboard.
umbraroze@slrpnk.net · 21 pts · 1d
Reminds me of some interview of Linus, where they showed another photo of his workspace. Linus said the first thing people usually notice is the standing desk (he was a bit of a trendsetter). The second thing they notice is the wall colour. They use the paint in mental hospitals. It has a calming effect on the human mind. (Goodness knows Linus needs all the chill he can get.)
Isthisreddit@lemmy.world · 2 pts · 1d
Honestly he's pretty hilarious when he loses his chill 🤣
wreckedcarzz@lemmy.world · 2 pts · 1d
It's quite a nice color, I feel
LovableSidekick@lemmy.world · 16 pts · 1d
Why does the tech bro have those huge lights shining in his face - livestreaming?
communism@lemmy.ml · 11 pts · 1d
Camboy
neidu3@sh.itjust.works · 5 pts · 1d
Onlyfans after his business venture went down in flames.
Willy@sh.itjust.works · 1 pts · 34m
linus has an odd seemingly bad lighting setup too.
Poem_for_your_sprog@lemmy.world · 13 pts · 1d
That's a nice standing desk tho.
But who can stand using one screen??
thevoidzero@lemmy.world · 9 pts · 1d
You don't need multiple screens to code. You can split inside your editor if you need to look at two things, otherwise you just jump between things. Faster thank having to use multiple things
LovableSidekick@lemmy.world · 7 pts · 1d
I felt the same until I got a second monitor. Having each app on a full screen and glancing back and forth between them beats flipping back and forth IMO.
tal@lemmy.today · 5 pts · 1d
Yeah, I'm very much Team Lone Monitor. You can only see sufficient detail to work with text in a limited area in front of you. I can flip between desktops in sway faster than I can look from side to side. Honestly, my current monitor is already probably excessive in screen space for productivity stuff.
And the ergonomics are preferable if you're using secondary monitors much. You ideally want the display in front of you:
https://worksmarthub.com/monitor-ergonomics/
I remember working on a dual monitor setup split in the middle back in the 1990s, and while it was never a huge issue, after a day of working, my neck was stiff from looking to the left.
Added bonus of a single-monitor setup: less power use, and you can work on a (more-portable) laptop without extra screens without breaking your workflow.
EDIT: Note that this is just talking productivity stuff. If you also play games or something on the machine, then having stuff in your peripheral vision can have value, just as in real life. VR rigs push that even further.
EDIT2: If someone does come up with some sort of software that makes useful use of peripheral vision for office stuff, someone will be selling VR products aimed specifically at this in short order. I remember in...the early 2000s maybe, when Intel was trying to convince businesses to buy 3D hardware, and had ads talking about how 3D chart viewing would increase productivity.
thevoidzero@lemmy.world · 3 pts · 1d
I think using tiling based windows is one of the things that makes it easier for single monitor. I use i3 and it's way quicker to refer to something on another workspace compared to if I were to have them in separate monitors or stacked views. When using extra monitors i just have it open browser most of the time.
Poem_for_your_sprog@lemmy.world · 3 pts · 1d
I use a single monitor but it's 42" 4k.
I do a lot of stuff where I need 2 or more documents visible side by side and it's next to impossible to work efficiently on a single small screen.
jjj@piefed.blahaj.zone · 6 pts · 1d
It's a matter of learning your desktop environment's shortcuts for managing windows. For example, I always set up a 3x3 grid of virtual desktops on KDE so I can play act at being those weird wall street people with 9 monitors:
::: spoiler Virtual Desktops
(also 3:2 superiority lol)
:::
e0qdk@reddthat.com · 3 pts · 1d
I ran a 3x3 grid configuration for a long time as well -- until I finally realized I needed more than that and upgraded to a 5x3 grid! 😅️
I use the center desktop for a maximized browser window and the most important stuff is usually in a plus shape immediately adjacent to that with less important things further away.
deacon@lemmy.world · 5 pts · 1d
I almost exclusively use my laptop screen.
Shanmugha@lemmy.world · 4 pts · 1d
Me. But a wide curved one + sway/i3 window manager
wreckedcarzz@lemmy.world · 3 pts · 1d
cries in poor
morto@piefed.social · 2 pts · 1d
More than one screen is too overwhelming to me. Too much light, too much information, I get tired too fast
rozodru@piefed.world · 12 pts · 1d
every now and then I like going through and reading Linus' commit messages for uemacs. It's impressive that he's still maintaining that thing on a near weekly basis.
Also he writes some of the longest commit messages known to man to the point where i'm like "I didn't know you could write them that long"
DrStanleyGoodspeed@lemmy.zip · 11 pts · 1d
What tech innovation actually looks like. Sort of no frills, high efficiency, what works go with it type thing. That shit works. I did shit like that once. Most beautiful internship that was wasted on me. I had free reign of an electrical engineering lab at Oak Ridge as a summer intern between freshman and sophomore year of college. There were like shelves full of random devices and circuit boards. Like half built shit that someone said fuck that noise on, and wires, and circuit boards, and batteries. Random computer monitors. All that shit. It was a fucking disgrace and it was beautiful. My steward or whatever wanted me to test an Op-Amp? He gave me a book on how to program using excel, a book on op-amps, one lecture, and told me there were two grad students in the room that can help if you need it. He left everything I needed in close-ish proximity and says good luck. So that’s what I fuckin did. The grad students would help briefly from time to time if I begged, but it was clear this was my shit they aren’t to spoon feed me. He wanted them tested in an oven using known input voltage increased sequentially in a continuous run. I found a voltmeter/thing that emits and controls the volts and know’s shit about what’s going on. I had to wire qthat thing in a certain way. That part was actually sort of fun and surprisingly easy. Had a PC, a lab oven that looked like a broke ass piece of shit to me but it worked and did what it was supposed to, the volt whisperer, the chip, and some thing that the chip had to be in that a bunch of cords connected to it so the shit was like coming out weird from the oven. It was easy to hook up once you knew what you were looking for. Getting excel to talk to that hillbilly ass looking piece of shit took an entire week. Eventually got it to do what it needed to do but LMFAO the stupid piece of shit beeped every time it shat voltage and took a measurement. Every. Single. Fucking. Time. To this day I don’t know if this was some kind of test that I failed or just random fucking bullshit that happens when you tell a stupid fucking piece of shit college student like me to shit his brains onto a bunch of hardware. The shit worked! Everything worked and I got everything he wanted me to get. Excel made some pretty graphs that looked like they were supposed to. I think he sold the patents. My poster was fucking awesome at least in my eyes, but some dumb old surely bitch didn’t like the formatting but fuck her ya know. I give myself a b+ for that one. It looked damn good on paper. Ended up becoming a doctor. Sometimes wonder if I would’ve been more successful if I would have stayed with engineering. Who tf knows!?!? Blehhh
blimpkit@lemmy.ml · 6 pts · 1d
Youtuber that has hyper "minimalistic productivity" setup, 10k subs, posts videos every week and has 3 digit views max:
Taleya@aussie.zone · 6 pts · 1d
Poseuuuuuuur
sentient_loom@sh.itjust.works · 6 pts · 1d
Do people really use those standup desks? Can you get work done that way?
BCsven@lemmy.ca · 13 pts · 1d
Yes they are awesome; The kind that adjusts for sitting or stnading.
We had them at a company I worked at. You sit for a while ( like and hour or two) and then feel a bit uncomfortable so pull the level and slide to standing mode. Work an hour standing, then sit. It really helps you feel less fatigue, and is better for circulation and digestion.
sentient_loom@sh.itjust.works · 2 pts · 1d
OK I love the idea of making it adjustable. I'm suddenly aware of my posture.
blockheadjt@sh.itjust.works · 8 pts · 1d
Stardew Valley was created on a standing setup that wasn't even a proper desk
jumping_redditor@sh.itjust.works · 7 pts · 1d
motorized sit stand desks are amazing, even if you rarely stand just getting the height exactly right for sitting is nice
Smug_Marmot@lemmy.zip · 4 pts · 1d
it depends on the type of person, I feel like. My company has offered those adjustable desks since before COVID. If you walk through our office you'll always see at least a few raised up. Most people prefer sitting down, but you'll see enough people getting use out of these that they definitely have some benefit.
neidu3@sh.itjust.works · 4 pts · 1d
I have one at the head office. I love how it's adjustable, so I can stand up when I've been sitting for too long.
Plus when I'm doing something that involves more than just keyboard and mouse (sych as plugging electronics and hardware around me) it's very convenient to be already standing.
LovableSidekick@lemmy.world · 2 pts · 1d
When I worked at Fred Hutch I knew a guy who used his standup desk while walking on his treadmill. [I also knew a guy who sat on a big ball.]
ladicius@lemmy.world · 2 pts · 1d
You can. Standing for longer periods is very bad for your veins. Get a walking pad and also sit for at least the same time you stand.
AllNewTypeFace@leminal.space · 5 pts · 1d
Not sure about this new Ali G reboot, to be honest.
PattyMcB@lemmy.world · 3 pts · 1d
The problem is the recast. It'll never take off
AllNewTypeFace@leminal.space · 3 pts · 1d
Though, to be fair, changing him from a wannabe gangsta to a YouTube manosphere influencer was an inspired touch.
Sxan@piefed.zip · 4 pts · 11h
Okay, but... a big HDPI monitor is so much easier on your eyes. Even if all you do is scale your font size way up so þat you have exactly þe same effective rows × columns of text, it's still noticably cleaner and you can turn off anti-aliasing wiþout incurring jaggies.
He's standing pretty close so maybe a huge monitor would be counter productive, but still. Þat looks like a bog standard business Dell and þey're pretty basic displays. No high refresh, no higher luminosity, and probably just a basic 1080p. Splurge for a better monitor, at least. A quality keyboard makes a big difference, too, but I can't see what he has þere. Doesn't look ergonomic, anyway.
porcelainpitcher@lemmy.today · 4 pts · 11h
Ja ja ja, we agree! Anyway What everyone really wants to know is:
Do you have Íslenska keys installed on your keyboard? Do you have "th" autocorrected, somehow, to 'þ'? Or do you swap keyboards to purposefully use 'þ', instead of "th"? As I have just done.
Not being a dick. Just having some fun 😊
MrScottyTay@sh.itjust.works · 1 pts · 29m
pat
rulray@lemmy.dbzer0.com · 4 pts · 1d
[https://www.reddit.com/r/linuxmemes/comments/1w057g4/the_creator_of_git_and_linux/](Meme liberated from reddit)
rtxn@lemmy.world · 13 pts · 1d
You've got that backwards:
AVincentInSpace@pawb.social · 4 pts · 1d
Three point landing? Really???
hzl@piefed.blahaj.zone · 4 pts · 1d
If people do things differently, one of them must be bad!!!
sakuraba@lemmy.ml · 4 pts · 1d
I'm all in for some xokas slander
eskuero@lemmy.fromshado.ws · 3 pts · 1d
el chokas
iampivot@lemmy.world · 3 pts · 1d
https://www.youtube.com/watch?v=lCuJTAL8Xd8
vrighter@discuss.tchncs.de · 1 pts · 1d
pfff, no rgb on Linus' setup. I have instantly lost every shred of respect for the guy. My hero, reduced to common trash in my mind...
/s obviously
not@lemmy.dbzer0.com · 1 pts · 1d
Have you heard about copyparty? https://youtu.be/15_-hgsX2V0
WillowBe@lemmy.blahaj.zone · -8 pts · 1d
guys dont idealize Linus he's a jerk and a weirdo
slacktoid@lemmy.ml · 5 pts · 1d
Bro you're on Lemmy, weirdo is all of us.
HeyThisIsntTheYMCA@lemmy.world · 3 pts · 1d
yeah. weirdness ought to be celebrated. it's those little hyperfocuses that give us our passion.
the_riviera_kid@lemmy.world · 3 pts · 1d
No one wants to face that truth, they think they need to blindly worship him like steve jobs.
raspberriesareyummy@lemmy.world · 2 pts · 1d
Dunno about the jerk, but he's become a weirdo and I second the notion that he should no longer be idolized. That's gonna be embarrassing to walk back from in 2-3 years.
edinbruh@feddit.it · 3 pts · 1d
What did he do?
raspberriesareyummy@lemmy.world · 1 pts · 1d
I'm making a prediction: He started having some really bad takes, and it's only going to get worse.
!RemindMe 2 years
slacktoid@lemmy.ml · 2 pts · 1d
Elaborate on the takes?
raspberriesareyummy@lemmy.world · 2 pts · 22h
Just to name the takes that made me dislike today's Linus:
https://lore.kernel.org/all/CAHk-%3Dwi4zC%2BZe8e%2Bp3tMv8TtG_80KzsZ1syL9anBtmEh5Z40vg@mail.gmail.com/
Quote:
There's a lot to unpack here, and it's even worse than the shortened quote I had in mind when I wrote the above.
I am pretty sure - also from personal experience - that the next benefit of using LLMs for software development only marginally outweighs the downsides (wasted developer & computing time, wasted resources). And taking the social, political and environmental impacts into account, the currently hyped machine learning applications are a HUGE net negative for mankind.
Plus which, LLMs have already peaked, because they are all out of unpoisoned training data. So things will get worse from here on out.
Accordingly, my verdict is that Linus is losing his marbles. Because he once was smart enough to realise all those implications. And now he's decided to gloss over them and join the hype train.
slacktoid@lemmy.ml · 2 pts · 21h
Ok. What's the polymarket on this? Kalshi?