BartyDeCanter
- 0 Posts
- 22 Comments
BartyDeCanter@piefed.socialto
Linux@lemmy.world•How Linux developers defeated the new OS age-verification lawsEnglish
291·6 days agoNot yet, but I’ve spoken with Wicks staffers responsible for writing the bill. They are very aware of the open source issues and working on getting changes implemented during the current legislative session.
BartyDeCanter@piefed.socialto
Games@lemmy.world•What gaming console you own/owned disappointed you the most and why ?English
2·7 days agoLooking back… none of them. I had an OG Gameboy, GBA, PS2, Wii, 3DS, and now a Switch 2. My favorite was probably either the first Gameboy or the 3DS. I loved all of the weird streetpass stuff when I was traveling for work. But I have great memories of all of them, and the S2 has been a lot of fun with my kids.
BartyDeCanter@piefed.socialto
Ask Lemmy@lemmy.world•I used to love computing as a hobby, but now it feels like it's a source of evil in the world, how have you dealt with this?English
6·8 days agoSame here. I have been moving everything I can to self hosted FOSS, contributing to FOSS projects, and rehabbing old hardware. It’s been fun, I’ve met people from around the world and I’m getting tools I like to be even better.
Locally, I’m working with the library to start Linux days, where we help fix old computers and move them to Linux. There’s been a lot of interest due to Win11.
BartyDeCanter@piefed.socialto
Linux@lemmy.ml•Asahi Linux: Initial boot support for M4 PRO/MAX/A18 PRO/M5English
9·10 days agoOh yeah. I’ve had to do a small amount of it on much simpler systems for work from time to time, and it’s always been damn hard. Often rewarding in a weird way, but very difficult.
I had a problem on my work laptop with them about five years ago, but rolling back fixed it. Never on my personal machines.
Edit: TBF, I’ve never had a personal laptop with an nVidia card. I generally prefer to build my own desktops, though I do have a laptop. It has an AMD GPU, also with no problems.
BartyDeCanter@piefed.socialtoDIY Electronics and Hardware@programming.dev•Scrollable weather radar with only 8MB RAMEnglish
1·12 days agoAt one point I was running BeOS on a Pentium 75 with 16MB RAM, later upgraded to a K6-2 266 with 128MB. Those machines, particularly the K6-2, felt faster than anything else I’ve ever used, and was better at certain things than any other computer I’ve ever used.
BartyDeCanter@piefed.socialtoDIY Electronics and Hardware@programming.dev•Scrollable weather radar with only 8MB RAMEnglish
1·12 days agoEight megabytes and continuously swapping. ;)
BartyDeCanter@piefed.socialto
Linux@lemmy.ml•Over 97% of the 'Linux' Foundation's Budget Goes Not to LinuxEnglish
191·12 days agoWhat do you think Project Support is?
BartyDeCanter@piefed.socialtoDIY Electronics and Hardware@programming.dev•Scrollable weather radar with only 8MB RAMEnglish
3·12 days agoHow many colors? Why that hurricane tracker could display a glorious 16 colors at a time! And an astounding 64000 pixels! And if I borrowed my friend’s modem, we could dial up the local Sears to get the latest storm info at a blazing 300baud! Truly, it was an amazing machine.
BartyDeCanter@piefed.socialto
Ask Lemmy@lemmy.world•What are your worst tech purchases?English
8·13 days agoMy partner bought a Skylight screen a month ago. I put it up, but it’s basically been unused since.
For me, there was this very early health tracking watch I got, which was so fragile that it would reset and lose all data if I did anything more active than walking.
Some Google TV that was well reviewed, but at some point shortly after I got it had a software update that made the UI unusablly slow. Like, 5-10 seconds to respond to every button click.
BartyDeCanter@piefed.socialtoDIY Electronics and Hardware@programming.dev•Scrollable weather radar with only 8MB RAMEnglish
10·13 days ago“Only” 8MB. Oh, you sweet summer child. I remember when 8MB seemed like so much of an upgrade from my previous computer, which had 256k. And the one with 256k had a full hurricane tracker running on it.
BartyDeCanter@piefed.socialto
Programmer Humor@programming.dev•someDaysAreBetterThanOthersEnglish
53·16 days agoEh, that looks like typical take home for a staff level engineer in a big city.
Edit: Assuming they get paid every two weeks, that’s an annual take home of $161,122. Depending on state taxes, insurance coverage, 401k contributions, dependents, etc, that’s a base salary of $200-250k. Which, yeah, that’s what I budget for a staff salary.
BartyDeCanter@piefed.socialto
Selfhosted@lemmy.world•How to not loose important documents?English
4·16 days agoI recently did a big expansion on my home networking infrastructure, and backups were one of bigger triggers.
My setup is based on a local NAS + Hetzner storage box. The NAS runs Immich, Paperless, and the arr stack. Immich and Paperless back up to the storage box via borg, along with the configuration and docker files, but not the media. I either have physical copies of that or don’t really care because I can just download it again.
My computers also back up to the storage box via borg, except for the Photos, Music and Video directories, for the same reasons. My partners Mac is currently backing up to an external USB drive, but the plan is to move them to Backblaze for the easy SAF and/or the NAS as a Timemachine target.
BartyDeCanter@piefed.socialto
Rust@programming.dev•A note-taking app backend using RustEnglish
1·16 days agoPlausible? Absolutely. The questions are what and why?
For notes, it seems like most people have settled on one of three things: org-mode, markdown, or free form plain text. There are some closed source tools that use a proprietary format, but fuck them.
So then the question becomes what does the backend do? Provide a way to query notes for links, topics, and todos? Keep a versioning system? Synchonization? Something else? Answer those questions and you have a project.
For references, take a look at nb, Joplin, Logseq, org-mode, anytype.
BartyDeCanter@piefed.socialto
Linux@lemmy.world•Is there any point for a normal user to compile a custom kernel these days?English
4·16 days agoFor consumer hardware supported by stock kernels? No advantage at all. At most you may want to switch kernels, but most distros have a handy tool for that.
The only time I’ve compiled my own kernel in the last 15 years has been for work on very specialized embedded systems.
BartyDeCanter@piefed.socialto
Learn Programming@programming.dev•How do you make terminal interfaces all fancy looking?English
5·17 days agoGenerally, yes, adapting to the size of the window is pretty easy. Most of those libraries have a layout engine, so you define the size of things relative to the size of the window and each other, then the layout engine takes care of the rest.
As for discoverability, well, it’s a hard issue in all UI schemes, and tends to be particularly difficult in CLI/TUI applications due to layout and input constraints. In a GUI application users can click on buttons, scroll, and generally figure things out. For a tui, there are probably going to be a large number of (possibly reconfigurable) keyboard shortcuts and maybe some sort of command system. How you let the user know about all of them without having to memorize a giant table can be difficult. The common options I’ve seen are a “?” popup (lazygit), a context-aware small popup during multi-key commands (helix), a command palette with search (lots), a top menu bar with accelerator keys (old school WordPerfect), or a bottom bar with context available options (lots). They all have their respective tradeoffs, and can make something go from “useable after hours of practice and reading” to “oh, this is intuitive!”.
BartyDeCanter@piefed.socialto
Learn Programming@programming.dev•How do you make terminal interfaces all fancy looking?English
15·17 days agoMost languages have a fancy TUI library nowadays that makes it pretty easy. Here are a few:
The difficult parts are generally:
- Designing what it should look like
- Dealing with all the interaction options
- Making it all discoverable for your users



Just use M-x M-butterfly