0t79JeIfK01RHyzo

Permanently Deleted

8d 55m ago in linux@lemmy.ml

LLMs are eroding my software engineering career and I don't know what to do

8d 11h ago in programming@programming.dev from human-in-the-loop.bearblog.dev

_

Permanently Deleted

10d 8h ago in linux@lemmy.ml

I have to pip install with uv and create a venv to.. wait why didn't gcc finish linking I can't read this error WTF where is my this lib I've installed 30 packages from apt

It's easy to build most flatpaks on flathub into bundles from source.

An example building KDE's weather application from source
# Setup for building bundles
sudo apt install flatpak flatpak-builder git
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

# Building flatpak bundles from source code
git clone https://github.com/flathub/org.kde.kweather 
cd org.kde.kweather
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo builddir org.kde.kweather.json
flatpak build-bundle repo org.kde.kweather.flatpak org.kde.kweather

# Installing the build on any device that has completed setup
flatpak install -y --user ./org.kde.kweather.flatpak

# Running the installed flatpak
flatpak run org.kde.kweather

The flathub organization account contains everything needed for most applications on flathhub

https://github.com/flathub

edit: I write code sometimes, and building projects from source is often a painful process that can feel overwhelming and hopeless at times. I was really impressed when I realized this was possible, and went and built some of my favorite applications from source afterwards.

Is there any use in learning an "easy" programming language?

12d 6h ago in programming@programming.dev

The creator of Go has an infamous quote on the language.

The key point here is our programmers are Googlers, they’re not researchers. They’re typically, fairly young, fresh out of school, probably learned Java, maybe learned C or C++, probably learned Python. They’re not capable of understanding a brilliant language but we want to use them to build good software. So, the language that we give them has to be easy for them to understand and easy to adopt. – Rob Pike

source

bye

16d 13h ago in neinhole@horp.sciops.net from horp.sciops.net

Apple Preparing New 'Gen AI' Website Ahead of WWDC

24d 2h ago in apple@lemmy.zip from www.macrumors.com

So we're approaching the 40th anniversary of Apple promising everyone their own personal PhD assistant.

In the past I've recommended onions for port forwarding. It's more simple than alternatives and using the network is free.

The authors or Tor really don't want their network used for torrenting though. They do support JS, and by extension I would argue the authors intended for their users to be able to use YouTube. In comparison to video, git traffic is insignificant. I don't see anything wrong with it, but then again, users of torrents don't usually have issues downloading without port forwarding.

Is there a better budget device for $230?

1y 8d ago in thinkpad@lemmy.ml from lemmy.ml