Keyoxide proof: $argon2id$v=19$m=64,t=512,p=2$GqANIZlip4069AD6refZlQ$ih86piuoJJDrbRmKV9dhzA
- 3 Posts
- 23 Comments
You dont need a second computer, just replace the drive with an empty one.
ThetaDev@lemm.eeOPto
Open Source@lemmy.ml•Artifactview - preview GitHub/Forgejo CI artifacts
2·2 years agoIt does (they of course use their Azure Blob storage under the hood). Forgejo however does not (even though it supports it for releases and packages and Golang has this in their standard library).
I’ll keep the idea in mind.
ThetaDev@lemm.eeOPto
Open Source@lemmy.ml•Artifactview - preview GitHub/Forgejo CI artifacts
2·2 years agoTechnically unlimited, but you obviously need to have enough storage to cache the zip files (and RAM to cache the file index). My server is very small, so I needed to set the limit low.
No, that temperature would damage your screen. The professional hot plates for phone repair are typically set to 85-90°C. With a heat gun you may need to set a higher temperature since you are only heating up part of the phone and it cools down again during the process. My printer (Prusa MK3) with PCB heater can go up to 120°C, so it looks perfect for the job.
ThetaDev@lemm.eeto
Jellyfin: The Free Software Media System@lemmy.ml•Jellyfin 10.9 Coming Soon!English
4·2 years agoJust star the project on GitHub. They have a feed on the startpage where you’ll get notified of releases.
ThetaDev@lemm.eeto
Technology@lemmy.world•The three million toothbrush botnet story isn’t true.English
23·2 years agoFirst thing I was asking is the model of toothbrush that supposedly got hacked. AFAIK there are no mainstream electric toothbrushes with onboard WiFi. Both OralB and Philips use Bluetooth for their smart functionalities.
If the story was about smart ovens or washing machines I would have believed it.
ThetaDev@lemm.eeto
Jellyfin: The Free Software Media System@lemmy.ml•Could we get a button to favourite an episode in this box that pops up?English
4·3 years agoWhy put it in the notification about the next video? Wouldn’t it be a better idea to have the favourite button in the player overlay, perhaps in a context menu?
Bad bot, you should verify whether Piped can accept an URL and not simply link all YouTube URLs to Piped.
RSS feeds are XML files which contain a list of documents hosted on the internet (articles, audio/video). The feed entries contain basic metadata (title, date, author, summary) and a link to the original website (or audio/video file in the case of a podcast).
Feed readers send a simple web request to the website hosting the feed, downloading it if it has changed since the last update. The content is then combined with other feeds and displayed. This way you can have a personalized news reading experience without needing to create an account at a a central provider or open every individual site.
Alternative YouTube clients use RSS feeds provided by YouTube (example: https://www.youtube.com/feeds/videos.xml?channel_id=UC2DjFE7Xf11URZqWBigcVOQ), but they are only used to update subscriptions. All other requests (search, watching videos) are handled by the same web interface as the YouTube desktop application. Fetching the RSS feeds is a lot faster than opening the channel page, so the RSS featuee allows you update 100 or more channels in a few seconds.
The way podcast ads work is either just like YouTube sponsorships (the podcaster gets paid by a company to speak an advertisement themselves) or they are dynamically inserted by the podcast provider (these are the interrupting ads). Since most podcast apps dont store cookies, there is no way to track users and personalization is done only via the IP-based location and topic of the podcast. RSS-based podcast players have no way of directly reporting back playback telemetry. The server hosting the podcasts can only count the number of downloads/playbacks. So there is no way to count the amount of watched ads when using a RSS-based podcast player like AntennaPod or Kasts. Note: this does not apply to podcasts on Spotify, Apple Music or similar platforms. These platforms absolutely track your listening activity. I have no idea whether this affects ad/sponsorship earnings.
One important thing if you are building a RSS application is that the server should support conditional requests (the
If-Modified-Sinceheader). This way, a client does not have to download the entire feed on every update. It simply sends the last update date with its request and the server returns an empty response if the feed is up to date.There are some applications (for example YouTube) which dont support this, resulting in higher-than-necessery data usage, especially on mobile.
You also cannot use it to store secret information like bank account/credit card details, API keys, etc.
ThetaDev@lemm.eeto
Technology@lemmy.world•Crypto Bros Report Burning Eyes and Skin at Bored Ape BacchanalEnglish
32·3 years agoDid they accidentally buy UVC sterilization tubes instead of the relatively harmless UVA party lights?
ThetaDev@lemm.eeto
Technology@lemmy.world•NASA Plus Streaming: "our new ad-free, no cost, family-friendly streaming service unlocks our Emmy award-winning live coverage, embeds you into our missions through new original video series"English
61·3 years agoNo, it is Notepad++ and it is called like that because it is written in C++.
They look like good machines if you are printing a lot and need an inkjet (like for photo printing)
If you are only using a printer occasionally for letters or shipping labels, laser printers are probably a better option. Sure, they need more space, but they cant dry out and dont require cleaning programs.
They do publish some open source software like Whisper TTS. Their core products are all proprietary though.
ThetaDev@lemm.eeto
Technology@lemmy.world•Review: Framework Laptop finally gets an AMD Ryzen config—and it’s pretty goodEnglish
7·3 years agoDo they now have additional USB ports on the back side? Or do you refer to having USB modules plugged in?
ThetaDev@lemm.eeto
Android@lemmy.world•OnePlus Open hype building campaign officially starts with a first look videoEnglish
7·3 years agoI think they covered it with black foam, because they do not want to reveal what camera they use.
ThetaDev@lemm.eeto
Technology@lemmy.world•More than $35 million has been stolen from over 150 victims since December — ‘nearly every victim’ was a LastPass userEnglish
15·3 years agoYes, if you write the decrypted file to disk, it could be recovered. Deleting files only removes the file system entries - it does not wipe the content.
Use a local password manager. KeePass (use the KeePassXC variant on Linux) is the most popular choice. If you prefer a command line tool, pass (passwordstore.org) is an option.





remove the brace at the end