Jiminy Cricket, imagine not being able to tell the difference between an error code and an image of an error code, and imagine subsequently, for some reason, not immediately inspecting the HTTP request and response. Sounds like a very real #programming #devops problem.
- 3 Posts
- 135 Comments
I don’t know of such an alternative. A quick solution would be to use something like GeoNotes to take geolocated notes.
As far as a self-hosted solution goes, I’d just like to point out that you wouldn’t need a self-hosted database of places. You could query Ouverture (or Google, OSM, etc.) for places near you, and you’d just need to store the check-in on your server with a basic API. This is an interesting problem, and not super hard to implement.
This sounds like a good idea, but I think the problem here is that a lot of popular software runs great on Linux but is very clunky and ugly on other systems (looking at you, LibreOffice). So keep that in mind if you try out FOSS on Windows as a sneak peek.
Navigation on Android: Osmand lets you download and cache OSM data so you can use it offline. Cache is unlimited if you download Osmand via F-Droid.
You can put together a media server and build a catalogue so you can watch movies and series offline. Maybe not a huge priority in that situation but definitely nice to have.
Jellyfin is a good option for streaming from a media server to other devices. The *arr suite is an option for building the catalogue.
I understand it’s easy, but I don’t want to sully my omnipotent flake with a casual
nixpkgs.follows = "nixos-cosmic/nixpkgs";
. It’s probably fine, but I can wait.
a14oto Cooking @lemmy.world•There's a convenience food that is not available at most grocery stores. One that I would pay extra for. Day old refrigerated rice. I would make fried rice more often.42·7 days agoInteresting, I prefer it left at room temperature overnight (semi-sealed in the rice cooker). Out of the fridge I find it too hard to break down and stir, and frozen seems even more cumbersome.
I’m waiting for Cosmic to be merged into NixOS stable which I learned is just around the corner (May). I’m super excited because Cosmic seems to strike a sensible balance between polished, full-featured, make-everyone-happy mainstream DE and performance-oriented tiling WM.
Although I’ve never tested the Alpha, I have a feeling that I might finally make the switch (from Gnome) on my daily driver once it’s mature enough.
a14oto Linux@lemmy.ml•ffsend: securely share files from the command line (fully featured Firefox Send client)6·8 days agoIf I’m not mistaken, ffsend generates a link that you can share with non-tech people (which is a big difference in my book).
a14oto Linux@lemmy.ml•ffsend: securely share files from the command line (fully featured Firefox Send client)121·8 days agoffsend targets Send which is an actively maintained community fork of Firefox Send.
It’s not centralized, you can host your own or choose from the public send instances.
A real classic: BBC Radio 4’s History of the world in 100 objects
Is there a reason for the NSFW tag? It’s cool if it’s just a joke / accident, but I’m sitting here genuinely wondering.
You can load bitmap images into Inkscape and manipulate them to a degree, but Gimp is much better at that. You can probably also load vector graphics (svg) into Gimp, but I’d assume they would be converted to bitmaps.
Vector vs bitmap is a good topic to be familiar with for anyone who works with computers, I keep running into professionals who really should know the difference but don’t.
Helpful answer: vlc, libreoffice, gimp, inkscape, zathura, obs-studio
Real answer: gnome, run-or-raise, foot, fish, tmux, fzf, silver-searcher, neovim, neomutt, vifm
Same, but if you haven’t aliased top to btm --battery you’re not really living
a14oto Linux@lemmy.ml•[Solved]I might have mis-configured something now my PKGBUILD use this vim like editor? I don't even have vim installed, it only print out plain text in the terminal before, how can I revert it back?9·11 days agoAs others have said, less is super useful, you should keep it installed. There are better ways to open text files with your preferred editor than removing all alternatives.
a14oto Linux@lemmy.ml•[Solved]I might have mis-configured something now my PKGBUILD use this vim like editor? I don't even have vim installed, it only print out plain text in the terminal before, how can I revert it back?8·11 days agoLooks like less to me. How did you open the file? Double click from file explorer? Then you need to check your default applications.
The way I usually start teaching using the console to my (very much non-tech) students is set up a safe container and then let them type whatever, invariably generating a lot of error messages. Then I challenge them to generate different error messages, “gotta catch em all” style. Then we talk about the error messages and what they might mean. After this exercise they usually get the basic idea of command – response, what to look out for and how to compose valid commands.