- 0 Posts
- 6 Comments
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.kweatherThe flathub organization account contains everything needed for most applications on flathhub
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.
0t79JeIfK01RHyzo@lemmy.mlto
Programming@programming.dev•Is there any use in learning an "easy" programming language?English
16·8 days agoThe 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
0t79JeIfK01RHyzo@lemmy.mlto
Programming@programming.dev•Cradicle the p2p github alternative (based on Radicle) is looking for users/testersEnglish
1·19 days agoIn 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.
0t79JeIfK01RHyzo@lemmy.mlto
Linux@lemmy.ml•How to check pc for spyware and can you say there is no spyware or is it probabilityEnglish
1·2 months agodeleted by creator
0t79JeIfK01RHyzo@lemmy.mlto
Linux@lemmy.ml•How to check pc for spyware and can you say there is no spyware or is it probabilityEnglish
26·2 months agoYou can
- Watch network access - What is communicating to the outside? Why is it? What is it communicating? I like sniffnet
- Watch CPU and GPU usage - What is using resources? Why is it? I like Mission Center and
ps auxfin the terminal - What is using the disk? I like Filelight and Disk Usage Analyzer
- Run AV software. I don’t have any recommendations.
- And I guess sometimes you can also find it when benchmarking software because you want the absolute best performance.
You can also assume you are compromised and use a solution like a Faraday cage. If you’re trying to detect advanced spyware, it might be better to check network activity from outside the device like what network activity is the router managing for the computer.
deleted by creator