[-] [email protected] 80 points 1 week ago

I just got a new laptop and was genuinely gonna try windows 11 and wsl for my coding needs. But in first boot, it demands internet to do updates. Ok, I connect to coffee shop wifi. Nope, won't do it because it can't handle the click through screen to accept wifi ToS. Fine. I take it home, where my Internet is great but has a glitch where it drops out for a few seconds now and then. Turns out that windows will literally cancel updating and demand I reconnect and restart for the kind of drop that I barely notice day to day. So I gave up, plugged in my ArchLinux thumb drive, and mkfs.ext4 before rsyncing my entire old computer to it

[-] [email protected] 120 points 1 week ago

Yes! America does not believe in taxing people without representation. Well, except American Samoa, Guam, Northern Mariana Islands, Puerto Rico, and the U.S. Virgin Islands

11
submitted 2 weeks ago by [email protected] to c/[email protected]

My new design direction for neovim is "you just sat down in a homie's spaceship and have no idea what any of the buttons do" -- you can see how I did it here with tabby.nvim: https://github.com/Garoth/Configs/blob/da354cd98241dc7582718a9082226fab99403e4a/nvim/init.vim#L752

I'm an oldschool vim guy, so a lot of my plugin tastes lean towards the ancient. Telescope?? Nah I had that figured out with fzf.vim many years ago, and it's stupid fast. Harpoon? Nah, I have marks, permanent undo and location memory, alternate files, fast search. Plus I love using fzf in my terminal so it all blends together so well. I still use vim-plug, it's pretty much perfect, and have no interest in lazy or whatever the new flavor-of-the-year package manager is

Neovide continues to be what I believe is the future of neovim. The performance is best in class, probably theoretically better than even terminals can achieve (since rendering can be done much more selectively, understanding vim concepts like floating windows and such, which have compositing in neovide). The idea of "progressive improvements" in a GUI rather than trying to make something totally different is a great call. In the future, they are likely to implement a new age of image rendering too, which would be aware of z-index layering (so you could have a floating window on top of an image -- current image-in-terminal approaches just put the image on top)

Airline -- well, this is in the category of "if it aint broke dont fix" -- Airline has been in development for like 11 years and has 2700+ commits, 17k+ stars on github. I mean, this is a ridiculous history, that's more work than most projects on github, just for a statusline. I don't tend to chase trends or replace vim code with lua - who cares - vimscript is stable and reliable

Shoutout to the Maple Mono font -- with a lot of amazing ligatures that I didn't have before, super cozy. Demo recorded on an 7 year old samsung chromebook running Wayland/Pipewire Arch with a dualcore cpu, 4gb of ram, 14nm intel integrated graphics, and a 32gb harddrive. Linux is so cool, being able to do that. The ending was... not on purpose lmao

[-] [email protected] 67 points 3 weeks ago* (last edited 3 weeks ago)

I mean that argument is ridiculous, saying that things are "documented" when the thing is literally called tmpfiles.d and the man page starts with the following explanation:

It is mostly commonly used for volatile and temporary files and directories (such as those located under /run/, /tmp/, /var/tmp/, the API file systems such as /sys/ or /proc/, as well as some other directories below /var/).

So basically some genius decided that its a good idea to reuse this system for creating non-tmp directories. Overall my opinion of systemd is reluctant acceptance though I always wondered why the old way was a problem. Need a service started on boot? Well, we had crontab and sysvinit with some plain files. Need a service shut down? Well that's the kill command. I guess I don't really know why systemd was made

[-] [email protected] 93 points 3 months ago

Idk if that's the right takeaway, more like 'oh shit there's probably many of these long con contributors out there, and we just happened to catch this one because it was a little sloppy due to the 0.5s thing'

This shit got merged. Binary blobs and hex digit replacements. Into low level code that many things use. Just imagine how often there's no oversight at all

[-] [email protected] 72 points 4 months ago

I'm pretty sure that government software always blows because they think software can be written according to a fixed schedule and budget

It's tempting to think it's like building a house, and if you have the blueprints & wood, it'll just be fast and easy. Everything will go on schedule

But no, in software, the "wood" is always shape shifting, the land you're building on is shape shifting, some dude in Romania is tryna break in, and the blueprints forgot that you also need plumbing and electric lines

[-] [email protected] 60 points 4 months ago

He's not actually, and if you read it, he warns that assigning meaning to meaninglessness is a fallacy. People feel bad because there's no meaning but then that's applying meaning to it. Transcendence of meaning frees you from it entirely and leads to Buddhism, which also embraced "emptiness" at the core of reality

[-] [email protected] 73 points 5 months ago

Hahah what a hobby, using image processing and probably AI to check old papers that predated the tools. Kinda like using DNA to solve old crimes

[-] [email protected] 62 points 5 months ago

New business srategy: gaslight the Internet into believing your union is just a joke

[-] [email protected] 83 points 6 months ago

Tldr pandemic and not AI

[-] [email protected] 89 points 6 months ago

Personally I love Lemmy as is, and as long as it doesn't die out, I don't care if it goes mainstream. The mainstream has a lot of apathetic trolls and idiots - Lemmy feels like early reddit did, when it was just nerds, techies, pirates, and the servers were down every day - but Lemmy is better because we rallied around open source this time

[-] [email protected] 124 points 9 months ago

This is actually wrong. There's a near 100% chance that the decision was made by the board, and also the decision to remove the CEO. So we're talking about the fall guy, but being an insider, the fall guy will get a tidy sum for the dive

Then the CEO can be recycled to some other project, and a new CEO instated at Unity, so they can pivot or double down with no moral dilemma. In reality, the board was there all along and it's all a big PR game

[-] [email protected] 71 points 10 months ago

Yeah man I agree ketamine makes for boring orgies. Idk why these people insist on it. I'll be like "okay let's start washing off all the layers of sunscreen and dust" and the middle aged tech HR with two kids will be like "hold on I have to load my special ketamine bullet (that I purchased in Goa) with my veterinary K that I got from mexico" before doing half a line of coke to balance it out. Calvin Klein they call it

"No worries if I k-hole" she said with a wink before passing the fuck out. Then the main orgy coordinator couldn't get hard so he makes his wife wear a strap on. Eventually 18 different cops show up because one guy was smoking pot in the back of the circus tent

6
submitted 1 year ago by [email protected] to c/[email protected]

Zenith said:

URL: https://github.com/Zeioth/compiler.nvim

This compiler detects the filetype you are using. From there it detects the entry point of your program and compiles it with the correct compiler so you don't need to setup anything.

Currently it is on beta state and only works with c. More languages available in the coming days.

I rather releasing it now in case someone wants to participate and leave comments before I solidify the architecture.

I coded this for NormalNvim so take a look there if you want too.

Cheers.

17
submitted 1 year ago by [email protected] to c/[email protected]
17
submitted 1 year ago by [email protected] to c/[email protected]

Hey guys I'm one of the most active mods of the Joplin reddit. I'd like to be modded here too and help build the community / roll people over

5
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]

Hey guys, I'm currently one of the active members the neovim reddit (hugelung), and I'm in full support of migrating to lemmy. I was hoping to be modded here, and helping migrate content / roll people over

21
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]

Hey guys, I'm currently one of the active members the neovim reddit (hugelung), and I'm in full support of migrating to lemmy. I was hoping to be modded here, and helping migrate content / roll people over

view more: next ›

lung

joined 1 year ago
MODERATOR OF