i mean, still. using any CLI tool for the vast majority of people is a nonstarter
- 3 Posts
- 237 Comments
anyone who says installing Arch is easy is hiding an extensive computer background. i struggled to install it the first time for sure. then it ran like a champ for like 8 years. solid distro with few compromises imo.
chrash0@lemmy.worldto Linux@lemmy.ml•Are you using systemd or an alternative, what do you recommend?184·7 days agoit’s one of those cases where if you have to ask, you should probably just use
systemd. anything else is outdated or a passion project based on some idealism, which i’m all for, but if you’re worried about gaming performance as a primary concern i’d put it out of your mind. for example, i’m an obsessive tinkerer that uses NixOS and Arch before that and i use nushell and Neovim and Hyprland, but i use systemd cuz i don’t see a reason not to. it’s well supported and stable.
chrash0@lemmy.worldto Dungeons and Dragons@lemmy.world•DMs, have you ever had NPCs trick or scam your players? Would you? If so, how did it go?16·8 days agoit’s whatever they’re comfortable with. i think withholding information in some ways is key to being a DM. i love a good mystery, and the insight check exists to interact with that system.
i personally find it much more challenging when i’m trying to trick them and they hit me with a nat 20 insight.
i’ve been a big fan of Jujutsu (
jj) since adopting it a few weeks ago. things i used to avoid with git like proper rebasing and focused commits become so much easier, in addition to the benefits of conflicts being easier to handle. the learning curve i thought was going to be grueling only took a couple days to get used to, and honestly interop with GitHub and my team’s particular workflow were the hard parts. so not only is it useful, powerful, and becoming more important to my workflow all the time, it’s a joy to use compared to git.i guess honorable mention to zoxide, which has basically replaced
cdfor me since it does everythingcddoes but also keeps a small db of your most commonly visited directories so you can just doz Downloadsorz my_projector whatever from any directory
chrash0@lemmy.worldtoHacker News@lemmy.bestiver.se•No, Windows Start does not use ReactEnglish4·17 days agooic it’s using React Native. gotcha. of course the problem that everyone was worried about was which Javascript engine was running the task bar and totally not that the task bar was running Javascript in the first place
chrash0@lemmy.worldto Technology@lemmy.world•The "unhackable" Xbox One has been hacked — and Microsoft can’t patch itEnglish1452·22 days ago“unhackable” is a bit sensationalized here. the Xbox One is actually a security success story not because it is impossible to hack, but because it’s a rare example of a console that wasn’t hacked in its service lifetime. at the risk of giving praise to Microsoft, the architecture is actually really neat and informed the security features of subsequent Windows releases, ie a hypervisor with sandboxed sub containers (this is why they required TPMs).
(also i’m not agreeing with requiring a TPM for general purpose machines; they make sense on a bespoke hardware platform like a game console)
i bet this hack is nuts, but the blue team deserves some level of kudos
chrash0@lemmy.worldto Linux@lemmy.ml•Systemd preparing to comply with age verification laws0·22 days agodeleted by creator
chrash0@lemmy.worldto Neovim@programming.dev•A Guide to vim.pack (Neovim built-in plugin manager)2·24 days agoi was expecting more a human review than an AI context dump, but whatever. i’m conflicted. i’ve been through my share of vim plugin manager migrations, including the recent big change to Lazy. i’m tired boss, and i’m worried about bloat. i hope this feature works out, but i’m gonna let it bake for a while.
chrash0@lemmy.worldtoLobste.rs@lemmy.bestiver.se•Bypassing deep packet inspection with socat and HTTPS tunnelsEnglish1·25 days agoi have also thought about doing this on my work computer lol
chrash0@lemmy.worldto Selfhosted@lemmy.world•Voiden - A Markdown based Open Source Alternative to PostmanEnglish3·1 month agofirst, i’m biased. i’m a home row kind of guy. i live in the terminal.
Which of the preferences you mentioned discounts this project?
i’ll be direct: light weight dependencies. i understand why you’d use Electron to build a UI, but does an API tester need a UI as a first class feature? i think something like
hurlshows it’s not necessary. i get that maybe it’s an accessibility problem (juniors and Java devs being afraid of the command line etc), but UIs are not composable. i could runhurl(orcurlfor that matter) via bash or nushell or Elisp or Rust or Powershell or JavaScript or GitHub Actions or as a k8s postDeploy… and, not to draw the ire of Lemmy armchair zealots, they’re not easily usable by agents. an 8B model on my Macbook could figure outhurl, no MCP or crazy preprompting required.plus: user adoption. this is the self hosted community, so maybe not everyone here has the same concern, but i can’t just commit a bunch of exotic files to my shared repositories. Bruno was a tough adoption, even though it seems obvious to version control this stuff and it was the only real option at the time. now i’m tired of Bruno cuz it goes out of date cuz it’s not easily scriptable with our internal auth services because it runs everything in its bespoke UI. if they haven’t made a button for it, you can’t do it. that’s the problem with UI dev tools.
no shade, i understand some people would be totally lost if their IDE didn’t have a big green run button.
chrash0@lemmy.worldto Selfhosted@lemmy.world•Voiden - A Markdown based Open Source Alternative to PostmanEnglish19·1 month agoi’ve been looking for a silver bullet in this space.
hurl[1] seems promising as well. i feel like Bruno has always been jank, and going 1.0 didn’t help. at work i’ve stuck to vibe coding my API test code with a stack of TOML configs, that way i get to reuse/test my client code as well.what i want is something version controllable with lightweight dependencies that i can automate easily. i’m afraid that discounts this project. not going to ask my team to download Yet Another Electron API client UI. i’m hesitant to introduce
hurl, which can at least be scripted.
lots of good reasons to spin up containers for development is my point, especially for an embedded system with exotic system dependencies (compared to Node.js, for example).
Home Assistant is a “simple app” that i have to open ports for.
does that mean they have a good reason? maybe not.
really? i mean, people have done it for friggin vanilla ass Node.js servers. Android projects can have weird dependencies that a container might help solve (NDK etc).
i’m not saying that it’s my preferred way to build, but that wasn’t the question.
chrash0@lemmy.worldto Open Source@lemmy.ml•Open-source game engine Godot is drowning in 'AI slop' code contributions: 'I don't know how long we can keep it up'4·2 months agogenerally yeah. the problem is that the barrier to entry used to be higher so fewer people knew how to write code to integrate with the project before coding agents. now anyone who can install Claude Code has a seat at that table
chrash0@lemmy.worldto Linux@programming.dev•Deprecated Linux Commands You Should Not Use Anymore10·2 months agosometimes syntax changes are part of the decision to do a rewrite. these are user interfaces at the end of the day. i’m not saying you’re wrong about any particular case, but it’s like saying “why make Instagram when Facebook exists” or “why make Scala when Java exists” etc. i like a good fresh look at how we use and instrument and teach our development tooling.
also, when i was 18 and would tell IT professionals i was getting a computer science degree, the #1 response was, “get ready to spend the rest of your life learning new things.” and i’ve found that to largely be true
chrash0@lemmy.worldto Technology@lemmy.world•The EU Moves To Kill Infinite ScrollingEnglish613·2 months agoi personally have pushed back on every “infinite scrolling” feature request from product designers. first, you think you need it; you don’t. second, you think it’s just so nifty! it isn’t. oh is your content is dynamically generated? what was wrong with Reddit’s pager that launched that site into popularity?
it’s unnecessary complexity that hides information from the user, makes API calls (which are, spoilers, paginated) more complicated, can cause the obvious memory/resource consumption issues, and just generally disempowers the user. which i guess on a social media app is the point. but totally counter to the goals of a fleet management system lol
chrash0@lemmy.worldto Selfhosted@lemmy.world•VLAN’s and Subnets For Home NetworksEnglish1·2 months agoyeah i get that.
generally most modern UIs are moving away from those reactive patterns (React, Svelte, etc) just cuz the composition can be optimized (Kotlin compiler plugin, shadow-DOM, etc), and a lot of people—myself included—find that declarative design easier to reason about. and yeah i guess i outed myself as an Android dev, but i can’t in good conscience recommend the node based Android XML UI lol (although that’s a different SDK).
anyway, not to yuck your yum. i played around with JavaFX back in the day but never made anything to speak of. i’ll have to check out more of your blog!
chrash0@lemmy.worldto Selfhosted@lemmy.world•VLAN’s and Subnets For Home NetworksEnglish1·2 months agoJavaFX with Kotlin
mad lad.
what makes you snub Compose UI?
Microsoft is running out of moat to commit this type of developer abuse. Linux numbers just this year have shown that Windows can bleed, and we’re starting to enter a world where the software that people need isn’t on Windows when the converse used to be a given.