Why does this read like the plot of an indie game xD
- 1 Post
- 18 Comments
m12421k@iusearchlinux.fyito Privacy@lemmy.ml•DuckDuckGo Introduces E2EE Backup and Sync Feature on Browser6·1 year agoI’ve been using duckduckgo for years. It used to be great. Nowadays whenever I use it I have to redo the search with !g or !b again to see the same garbage results and maybe between the three of them I find what I was looking for.
Now I’m using searx with 3 4 enignes selected to at least get their results in the same page. It’s slower than I like it to be but overall it’s faster than redoing the search in multiple engines.
Stop bragging about your friend_group count. 🫠
It was a global tragedy. I know a guy who had to walk through blood and bones looking for his brother.
Boomerang III
I was right at the guitar pedal part!!! 😝
what does the pcb belong to? an overpriced hipster guitar pedal?
m12421k@iusearchlinux.fyito World News@lemmy.world•North Korea's Kim Jong Un believed to have turned 40 - BBC NewsEnglish43·1 year agoOr so the Germans would have us believe 🤔
m12421k@iusearchlinux.fyitoGeneral Programming Discussion@lemmy.ml•*Permanently Deleted*5·1 year agoat 1 you are doing forward declaration.
you declare the interface of a function in the header file. that way the compiler would know that function
swap
exists and it takes two int pointers but returns nothing.from the outside of that module that’s all it needs to know. it can compile them separately and link them together later dynamically.
you’re separating swap interface in the header file from its implementation in the .c file that contains the body of the function.
m12421k@iusearchlinux.fyito Linux@lemmy.ml•Microsoft says a Copilot key is coming to keyboards on Windows PCs starting this month2·1 year agounfortunately it would probably just replace the context menu key. which I’ve already set it to keyboard layout switch. 😁 it’s the best keybind I have. way faster than mod+space or alt+shift 😅
m12421k@iusearchlinux.fyito Asklemmy@lemmy.ml•To those not in the IT industry, what do you think programming is like?15·1 year agoI’m pretty sure most of these comments are written by programmers 🤣 reciting CSI stuff…
Also a wind instrument
m12421k@iusearchlinux.fyito Linux@lemmy.ml•Microsoft says a Copilot key is coming to keyboards on Windows PCs starting this month3·1 year agoas an i3wm user, I approve 😁
lightweight media server Super fast indexing. Smooth web client. Also supports the subsonic api. I’ve been using the web client locally for some years now. I can also access my library on the go with substreamer on Android which is great. https://github.com/epoupon/lms
m12421k@iusearchlinux.fyito Selfhosted@lemmy.world•TailScale, reverse VPN, or something else to make Kavita available remotely?English1·1 year agogiven that you’re looking at vpns I’m assuming you can’t do port forwarding on your network. Am I right?
Have you seen zerotier? it lets you create a virtual network. super easy to setup but in the default configuration you’re relying on a third party service. not sure if that’s ok with you.
The most user-friendly way to do it is hosting it on a https server. for this you need a reverse proxy. checkout caddy. or if you’re on docker try traefik.
Most home isps don’t let you open port 80 and 443 so you have to use alternative ports which is ok for https but it will make renewing certificates really hard. you have to do it with dns. if it works great. but in my experience it was usually finicky.
m12421k@iusearchlinux.fyito Selfhosted@lemmy.world•Looking for low power devices for selfhostingEnglish3·1 year agoA cheap android box + armbianOs is also an option if you’re looking for low power. I have a 7watt one that’s running 24/7 for the last few years.
m12421k@iusearchlinux.fyito Selfhosted@lemmy.world•NVIDIA GPU on a docker headless systemEnglish0·2 years agonot exactly what you want. but check out gaming on whales Wolf docs. it’s configured for gpu accelerated X11 apps on docker. if I recall correctly one of the documents explained settings up nvidia drivers on docker completely.
meanwhile yp users 😎😎