Wow, this is just stunning. I will be using it tomorrow morning. Thanks for making this!
HN user
ackatz
interested in information security and automation
I started my IT career in emergency medical services. It was amazing to see the beating these computers can take. I have seen toughbooks (Panasonic, GETAC) survive after being run over by an ambulance, fall off the back of an ambulance at high speed, etc. They are very modular and easy to fix.
I just learned of Flet (https://flet.dev) which seems interesting for Python. I may try this as well.
Thank you. This looks really promising and I’ve been wanting to check out Golang again
* Apple M1 Pro
* Noteplan
* PyCharm
Really well done. This will be replacing Sublime Text which I use as a scratch pad.
Please add inverted add and syncing to iCloud Drive.
I created PyLaunch, a web UI for running scheduled Python scripts. For my personal use, it has usually been to send daily/weekly notifications about things: weather, metrics about my projects, news about TV shows and video games, shopping/prices, etc. I am basically sending stuff to push notification services like Pushover or Ntfy.sh. It has been working really well. I was surprised to see a few sign-ups already in less than a month.
If you're interested: https://pylaunch.com
- Pycharm
- iCloud stuff
- ChatGPT Plus
- Noteplan
- GitHub Copilot
- 1Password
- Netflix
- YouTube
Are you considering adding RSS too?
My approach to investing is $VOO and chill
No, anything including and after the # is not seen by the server. Here is a screenshot from Fly that shows what it looks like from my end: https://imgur.com/a/41XxtHJ
If someone were to go to just the /sha256/sha256 link without the encryption key bookmark appended to it, they would see: Decryption failed: ChaCha20Poly1305 key must be 32 bytes.
Or with a wrong key they would see: Decryption failed:
I just see these in my server logs when someone generates a link:
INFO: [cloudflare ip]:47174 - "POST /generate_link HTTP/1.1" 200 OK
Check out the Risky.biz podcast. It is a mix of information security / political news. I have found this is the best way for me to keep a pulse on what’s going on.
The whole URL with the decryption key gets sent to the user one time when it’s generated. The key is tacked on at the end after a “#” symbol like you would see in a bookmark. It’s not used by the app as a bookmark, but the value is still accessible in the browser (window.location.hash). This way, I can send users their links and their decryption keys, but I will never be able to access the keys myself.
Thank you! That is a great point. I will keep this in mind.
I use https://noteplan.co/
It is a planner/note-taking app that connects to your calendar and you can drag and drop "tasks" onto certain days, create notes that link to certain meetings, and time-block your days well in advance.
ChadGPT https://www.chadgpt.cc/
sputnikmusic.com and go through Trending Albums
I’ll take the convenience of using FaceID over the possibility of being in a situation where it’s used against me. I don’t think that people should be generally worried about these scenarios.
I recently started an AI news aggregator here: https://ainewsfeed.io
I am planning on adding more feeds very soon to increase the amount of content
I also have an aggregator for Cybersecurity: https://cyberfeed.io
I love my job in cybersecurity automation. A lot of it is just shuffling data around APIs, making Python apps in Docker, working in AWS, and thinking of new ideas for automation.
I am making relatively less money than I could be at other places doing this work, but the work environment is extremely chill (100% remote) and I have already taken two 2-week trips to travel to Europe and Japan since I started less than a year ago. My manager and team are also good people who I trust.
I suppose it’s not all about the work but the work environment/benefits as well.
Cyberfeed (https://cyberfeed.io/) – a fully-automated, GPT-powered cybersecurity news aggregation site (uses GPT to summarize news article descriptions)
Peloapp (https://peloapp.fly.dev) – displays recent personal records and other entertaining cycling stats from Peloton and includes a GPT-powered daily summary
Ahhh that is good to know -- thank you
I like Notion but every time I come back and try it I find it very clunky and that key feature is missing. For example, I wanted to make a recurring notification on Mondays. Nope – not possible. A lot of other apps have these features and are free... so it just seems odd given the rest of the features.
* Python (FastAPI or Flask)
* SQLite (with Litestream)
* Docker
* GitHub Actions
* Deploy out to AWS or Fly.io
Pretty JSON: https://packagecontrol.io/packages/Pretty%20JSON
Very nifty when needing to check how keys are nested
Meanwhile all of the best players in the world are using 240hz monitors…
Is this to deter people from using GitHub Actions runners for bad things?
Not sure – I would say 85%+ of the time it is available to me to use. If not, I just try again in 15-20 mins if I must use it. Sometimes there are network errors with generating large responses, but I find that if I just reload the site and try again it works. I'm in the Pacific timezone.
I use it every day. It is really good at succinctly explaining concepts that might require a Google search and sifting through things to find what you're looking for. It is imperfect, but still incredibly useful to me.
If you go into it without the mindset that you're out to discredit it and nudge it along with the prompts to find what you need, I think that is the most effective way to use ChatGPT right now.