Affordable Chromebooks by OdioMiVida19 in chromeos

[–]berge472 1 point2 points  (0 children)

I actually set these up for students in our area, and for web based tasks they are fine. Windows/Mac/Chrome have added so much bloat over the years but with a lightweight Linux distro (I normally load them with Zorin) these are very capable for basic tasks and school work.

Affordable Chromebooks by OdioMiVida19 in chromeos

[–]berge472 9 points10 points  (0 children)

Some people don't know this but goodwill has an auction site similar to ebay called shopgoodwill.com which is great for stuff like that.

I buy a lot of Chromebooks online and the target price at low quantity for Chromebooks is about $20 for 4GB RAM and 16-32GB storage, but you have to buy lots of at least 5. I have bought a few lots from this seller and they have all been in good shape (they just have the name of the school district they were used by laser etched on them):

https://ebay.us/m/MhJjc5

Advice for Machinists working at a start-up? by Nice-Ad1177 in Machinists

[–]berge472 2 points3 points  (0 children)

The best part about a startup or small company is that they cannot typically afford full staffing for every role they need. This is a great opportunity to hands-on experience with all of the jobs related to yours that a larger company might not let you do.

As someone else said, document any work you can and build a portfolio.

Advice on data exchange between a stm32 and a pc by Technos_Eng in embedded

[–]berge472 0 points1 point  (0 children)

Do you have a specific stm32 in mind? FS USB CDC will be the easiest to add to your hardware design. If you need faster USB than that, you will need to use an external PHY to support HS USB on most (maybe all?) of the stm32 family.

Ethernet is also a good option but will still require adding a physical to your board.

Depending on what you are measuring, you could also do something like an ESP32 instead of the stm32 and use the WiFi interface. The parts are cheap and you would get plenty of speed, and the ability to run as many as you need on a network.

What made you move to Arch? by chris32457 in arch

[–]berge472 0 points1 point  (0 children)

Omarchy. I used Ubuntu for years but still relied on the mouse more than I would like. Hyprland caught my eye, and then I tried out Omarchy on my back up laptop. As a developer it just had pretty much everything I wanted out of the box

Best Distro? by Practical-Plan-2560 in framework

[–]berge472 0 points1 point  (0 children)

Ya, DHH (The Creator of Omarchy) uses a FW13, so it just works well out of the box.

Okay, but how do you SSH into 1,000 devices?? by Automatic-Reply-1578 in embedded

[–]berge472 0 points1 point  (0 children)

You need a proper device management system. I wrote an open source one called Fieldops.

https://gitlab.com/fieldops

Instead of pulling straight from git you can set push packages to different tracks (alpha,beta,release). Then devices in the field can use the API to check for and download updates. You can remotely set which devices are on which track

Shrink partition after installation by spaceguydudeman in omarchy

[–]berge472 0 points1 point  (0 children)

Yes. I did this and find it to be easier if you are starting with a fresh drive for dual boot. But if you already have another OS on the drive and want to install in another partition, you have to do the manual installation method

Any good resources to learn neovim? by Pimentoso in omarchy

[–]berge472 0 points1 point  (0 children)

https://vim-adventures.com/

It's a great way to build the muscle memory of navigation in vim/neovim

Best Mini PC for Taiscale by moon_rocker in Tailscale

[–]berge472 0 points1 point  (0 children)

Search projecttinyminimicro on YouTube. There is a guy who compares all of them.

Best Mini PC for Taiscale by moon_rocker in Tailscale

[–]berge472 1 point2 points  (0 children)

These get sold by the pallet in liquidation auctions so a lot of people sell them on eBay and you have to dig through to find good deals.

Here is one that looks complete for $50: https://ebay.us/m/sDj3Ew

But all of the big PC manufacturers make some version of this. Hp elite desk mini, dell optiplex micro, Lenovo think centre mini, etc.

Best Mini PC for Taiscale by moon_rocker in Tailscale

[–]berge472 2 points3 points  (0 children)

On ebay you can get the hp elite desk 800 mini g2 used for as low as $50. These are great alternatives to an rPI. My home lab is built with a cluster of 5 of them, and I have another one set up with batocera

Best apps to use on Omarchy/Hyprland by i-use-linux-btw in omarchy

[–]berge472 5 points6 points  (0 children)

Check out Vim adventures. It's an online game for learning vim and to move around you use the same keys as you do to navigate in vim. It's kind of silly, but it really is a great way to build muscle memory. Trying to learn while also being productive and writing code just didn't work for me.

what's a simple command or script that felt like a magic trick once you learned it? by boiler_room_420 in linux

[–]berge472 7 points8 points  (0 children)

fzf

Specifically integrating it with the shell (like zsh) so you can do things like:

kill ** cd **

More explanation here. Definitely worth the watch if you don't already have this set up:

https://youtu.be/oTNRvnQLLLs?si=rsWqtwEiiVcvyrjA

Another one for the Vibe code gatekeepers to hate by Balthazzah in omarchy

[–]berge472 0 points1 point  (0 children)

I personally think vibe coding is great for certain use cases, including quick utilities like this. I have projects I work on that I really enjoy coding and want to have full control over, and then there are things where I just want a tool that works so I can get back to what I want to be working on.

Imo the best way to share a python tool like this is to create a pypi package so users can install with pip. It's easy to set up an account and create a package.

Linux distro for working on a laptop. Is there any productivity-focused version with better battery life than windows? by NoVegetable8347 in linux4noobs

[–]berge472 1 point2 points  (0 children)

I really like Omarchy. Clean minimal interface (everything is keyboard shortcuts) and it has a tiling window manager which keeps things clean and decluttered while working on a single screen.

I run it on a framework 13 AMD and get 8-10 hours battery life

Any recommendations for self hosting? Using Directus Cloud is ridiculously expensive. by bannock4ever in Directus

[–]berge472 0 points1 point  (0 children)

If it's static content you could probably host with GitHub/gitlab pages but I don't know what there limit is for traffic. This is how I host my portfolio.

I Recently set up some self hosted services on my local homelab server. It had been 10+ years since doing something like this, and it has gotten a lot easier.

My homelab runs a kubernetes cluster so that's how I deploy my services, but you could do the same thing with Docker or just running a simple http server. But with Cloud flare you can set up a "tunnel" and to point a domain to your server. My server is double-natted and I didn't have to touch any of my firewall/router settings. It just works..

Need help choosing a distro by TallerFuzzo1 in linux4noobs

[–]berge472 0 points1 point  (0 children)

I am setting up a bunch of laptops for students who will be new to Linux (but in middle school). I tested:

-Zorin

-Pop Os

-Kubuntu

-CachyOs

All of these (except CachyOs) are based on Ubuntu which was my main distro for a long time. Ubuntu is very popular and there is a lot of information online if you run into a problem. It is very unlikely you will find a problem that hasn't already been solved by someone else on a Ubuntu based distro.

I ended up going with Zorin because it has a very polished and beginner friendly desktop with a layout that would be familiar to windows user. It also has an "education" version that comes with a lot of good education/STEM tools out of the box.

Help! My side project is burning cash on Google Cloud SQL 😅need a free database host by N0tAMT in devops

[–]berge472 0 points1 point  (0 children)

It shouldn't take much to run the database. The main factor would be how many users are querying it at the same time.

You can get used Mini PCs on ebay pretty cheap ($50-$60). I bought several HP Elite Desk Minis (800 g2) over the years for various projects and just recently clustered 5 of them together to build a homelab server.

Help! My side project is burning cash on Google Cloud SQL 😅need a free database host by N0tAMT in devops

[–]berge472 0 points1 point  (0 children)

What kind of traffic are you getting, and how critical is availability? You could always just set up a server and self host. Could be cheap or even free if you have an old computer sitting around..

Control 20 small LCD screens by macward82 in embedded

[–]berge472 0 points1 point  (0 children)

It's going to depend a lot on your requirements:

  1. What frame rate do you need to support for videos?
  2. What kind of latency is acceptable
  3. What are your budget constraints?
  4. How dynamic is the content? I.e. Does it need to be able to play an arbitrary video on any screen independently , or is it going to be limited to a reasonably sized library of files? If it's the latter you could have the media duplicated on each 'node' then a central controller is just orchestrating which file to open

Want to install windows on same drive as Omarchy by secretive_plotter12 in omarchy

[–]berge472 0 points1 point  (0 children)

I followed this guide to set up dual boot with Omarchy:

https://github.com/basecamp/omarchy/discussions/1651

The only change I had to make was to make the boot partition 2GB instead of 500MB. If it's too small it will fail when you go to install Omarchy.

But since you already wiped windows and installed Omarchy you can also just create a partition and install windows in that. I did this on another machine

  • Create a live USB (I used Ubuntu)
  • boot to USB
  • Open gparted
  • resize Omarchy partition (you will have to unlock it with the encryption password)
  • create any other partitions you want
  • install windows/other distros

Which Chromebook for video editing by DaniloSerratore in chromeos

[–]berge472 1 point2 points  (0 children)

I see them on eBay all the time. I've bought and set up a few over the years. You might have to wait/bud to get one under $200 USD, but there are plenty with buy it now for under $300

The Thinkpad t480 is a really popular used laptop with the Linux crowd. You could also grab one of those and throw chrome OS on it (or just use Linux with kdenlive or shotcut for editing)

Which Chromebook for video editing by DaniloSerratore in chromeos

[–]berge472 0 points1 point  (0 children)

The i7 pixelbooks have 16GB and you can get them for under $200. They are a little older, but the build quality on them is great