tor291674
|
4 years ago
|
on: Show HN: Generate pleasing triangular wallpapers, change wallpaper on a schedule
This was inspired by Quinn's library here:
https://github.com/qrohlf/trianglify/I built it into a cross-platform app and added some extra features. Builds can be found on the GitHub releases section, and for most linux distributions it can be found on the Linux Snap Store!
Mac support is not here yet because I do not own a mac, but if you have one and have JS/Electron experience, I would love for you to clone and test it out.
tor291674
|
4 years ago
|
on: The True Meaning of Technical Debt (2020)
After a time, you should write a post about how its worked out. Sounds interesting!
tor291674
|
4 years ago
|
on: Prisma – ORM for Node.js and TypeScript
Take a backup before you do any prod migrations.
tor291674
|
4 years ago
|
on: Prisma – ORM for Node.js and TypeScript
tor291674
|
4 years ago
|
on: Photopea: A free alternative to Photoshop used by millions of people
Its hard to believe its free.
tor291674
|
4 years ago
|
on: Natto.dev – A Canvas for JavaScript
Right clicking the back button is faster!
tor291674
|
5 years ago
|
on: Okta to Acquire Auth0 for $6.5B
They just went private and you need to pay $12,000/year for unlimited clients.
tor291674
|
5 years ago
|
on: If Not SPAs, What?
Can't believe this didn't get mentioned in the article.
tor291674
|
5 years ago
|
on: Launch HN: Doppler (YC W19) – Easily manage your env vars and secrets
They say they worked at Uber and small startups, they mention a ton of alternatives to their product, but never once mentioned Azure KV. And your comment is also the only comment mentioning it. Im not sure what Hacker News has against Microsoft and the Azure offerings, but AKV is one of the best secret managers on the market today. It does 90% of the features Doppler advertises, and the developer experience is awesome, even the deployment experience is great, especially when hosting in App Services (not required!).
tor291674
|
5 years ago
|
on: Vue.js 3
No Nuxt 3 yet.
tor291674
|
5 years ago
|
on: Red flags I saw while doing technical interviews
> Consistent lack of interest or low morale from interviewers
Describes my experience with Conoco-Phillips 7 years ago.
tor291674
|
5 years ago
|
on: GitHub Codespaces
Or syncing a local fork before you can edit against master and PR back. I wish syncing a remove/local fork was simpler.
tor291674
|
5 years ago
|
on: GitHub Codespaces
For private repos, Codespaces will help on-boarding new team members or employees who don't have to waste time setting up a dev environment to contribute back.
tor291674
|
6 years ago
|
on: Vue.js Documentary [video]
What did his comment say?
tor291674
|
6 years ago
|
on: Vue.js Documentary [video]
I really like the folder structure and the way you just drop a file in and it works (tm). Like with VueX. Just create a file in /stores and you have a new namespaced vuex store. Or /plugins, or /modules. It just makes loading things and organization easier.
Plus, if everyone used Nuxt jumping into someone elses project enables you to locate shit way easier. From pages, components, stores, to configuration data in nuxt.config.json.
tor291674
|
6 years ago
|
on: Vue.js Documentary [video]
Ionic has some great Vue support now too.
tor291674
|
6 years ago
|
on: Show HN: Kasaya – A scripting language and runtime for browser automation
Why is Java SDK needed?
tor291674
|
6 years ago
|
on: I had to get a background check for my job; the report is a 300 page pdf
AWS and Azure both have services for this now. Tweet sentiment analysis is like the first getting started tutorial you land on when you hit both of their docs.
tor291674
|
6 years ago
|
on: Firefox 72.0
But it works on other people, which is why they bothered to create that in the first place.
I built it into a cross-platform app and added some extra features. Builds can be found on the GitHub releases section, and for most linux distributions it can be found on the Linux Snap Store!
Mac support is not here yet because I do not own a mac, but if you have one and have JS/Electron experience, I would love for you to clone and test it out.