I use alpakr a couple times a week for learning about new packages, crates, etc.
Pipe from stdin and output package summaries.
651–660 of 671 posts
I use alpakr a couple times a week for learning about new packages, crates, etc.
Pipe from stdin and output package summaries.
Earlier quoted context omitted.
Look at diceware.com for a good way to do that. You can calculate the entropy without "research". I use a simple python script for the purpose, filtering out the words < 7 chars long from /usr/share/dict/words instead of bothering with the official diceware list. Example output: "snored-Hoff-virtue-tab-eroded-Perl's" with estimated 87 bits of entropy. If you write the phrase on a piece of paper and refer to the paper…
Also take a look at the EFF’s wordlists [1] as an alternative to the Diceware list. Quoting from their blog post, here are some issues with the Diceware list that they have resolved: - It contains many rare words such as buret, novo, vacuo - It contains unusual proper names such as della, ervin, eaton, moran - It contains a few strange letter sequences such as aaaa, ll, nbis - It contains some words with punctuation…
I think you copy-pasted it from elsewhere on HN, causing the end to be cut off.
Dozens, one of the more outwardly useful ones notifies me of a certain band's latest LP drop (basically just queries shopify's public-facing JSON for any shop you give it). I've also got a stupid one: a mouse waggler. My work enforces screen lock times to be 5 minutes, and I have two computers, one on an air gapped network. So when development happened in the air gapped PC, and I inevitably had to look up docs for so…
I made mine hardware with a small MCU that plugged into USB and looked exactly like my work-issued mouse (vendor id, device id, etc)
It was hardware because I didn’t want it to show anywhere (we were technically not allowed to install unapproved software even if it meant we couldn’t do our job and it was a selectively enforceable fireable offense)
It worked very well and was shaking 5px left 5px right every minute. It was so little that you wouldn’t notice while actively using the computer.
Most of the programs I wrote were for my own needs. I've open-sourced many of them, but some are really just for me and closed-source: - A scraper to get thousands of quiz questions from popular German TV shows and then import them into an Anki deck. - Sync app between Foobar2000 and Plex playlists. - A script to enter Steam giveaways for me. After winning over 1000 Steam games and DLCs, I've turned the script off (m…
What are these? Are they run by steam itself or from random people? I got some results searching, but nothing that looked like it’s an “official” thing.
- a Python script that turns my loudspeakers off when no audio is played by Windows (by toggling a smart plug over Wifi). Saves quite a bit of energy. - my TV loudspeaker is frequency corrected by a microcontroller (so that the sound is better) and is connected by Bluetooth (using an ESP32)
How do you do it and figure out what frequencies need correction (and by how much)?
Most of the programs I wrote were for my own needs. I've open-sourced many of them, but some are really just for me and closed-source: - A scraper to get thousands of quiz questions from popular German TV shows and then import them into an Anki deck. - Sync app between Foobar2000 and Plex playlists. - A script to enter Steam giveaways for me. After winning over 1000 Steam games and DLCs, I've turned the script off (m…
> enter Steam giveaways What are these? Are they run by steam itself or from random people? I got some results searching, but nothing that looked like it’s an “official” thing.
In summary, it is just a matter of the number of your giveaway entries to win something. So I've written a bot to enter giveaways automatically, preferring ones with the least entries to get a higher chance of winning. For reference, "I" have entered 289k giveaways and won ~1070 games since 2013 (with a fully automatic bot since ~2016).
Tracking Finances I originally wrote a web app to track my finances in 2003 using classic ASP and T-SQL. In early 2017, I rewrote it from scratch, still using T-SQL, but with C#.NET and jQuery. Lets me review my budget, ensure my net worth is heading in the direction I want, make sure all my payments get made, and ensure my account balances never get too low (with a light forecasting element.) Ideally I'd open source…
How do you ingest the transactions? I’d love to be able to replace Mint!