Ask HN: What under-the-radar technology are you excited about?
111–120 of 553 posts
Re: Ask HN: What under-the-radar technology are you excited about?
#112https://paddle.com - it's like Stripe, but their "Reseller of record" means that they handle all sales tax / VAT issues. For most SaaS businesses it seems to reduce headaches a lot.
I’m a customer, and it handles a lot of headaches for accounting. Basically you have 1 client - paddle, as far as the law is concerned. Plus has an easy checkout feature that’s inline for collecting payment info that never touches your server, no headaches securing that info.
Re: Ask HN: What under-the-radar technology are you excited about?
#113Example company creating anti-COVID solutions with it: https://www.zengraphene.com/
Re: Ask HN: What under-the-radar technology are you excited about?
#1142. Semantic sysadmin to declare your intent in regards to your infrastructure no matter how it is implemented (i.e. with a standard specification, interoperability/migration becomes possible) https://ttm.sh/dVy.md
3. GUI/WebUI CMS for contributing to a shared versioned repository. Sort of what netlify is doing, but using a standard so you can use the client of your choice and we tech folks can hold onto our CLI while our less-techie friends can enjoy a great UI/UX for publishing articles to collective websites.
4. Structured shell for the masses. Powershell isn't the worst, but in my view nushell has a bright future ahead. For the people who don't need portability, it may well entirely replace bash, Python and perl for writing more maintainable and user-friendly shell scripts. https://nushell.sh/
5. A desktop environment toolkit that focuses on empowering to build more opinionated desktops while mutualizing the burden of maintenance of core components. Most desktop environments should have a common base/library (freedesktop?) where features/bugs can be dealt with once and for all and we don't have to reinvent the wheel every single time. Last week i learnt some DE folks want to fork the whole of GTK because it's becoming too opinionated for their usage, and GNOME is nowadays really bloated and buggy thanks to javascript hell. Can't we have a user-friendly desktop with solid foundations and customizability?
Re: Ask HN: What under-the-radar technology are you excited about?
#115DNA digital data storage https://en.m.wikipedia.org/wiki/DNA_digital_data_storage
> DNA digital data storage is the process of encoding and decoding binary data to and from synthesized strands of DNA. If each "bit" of DNA can be either A, C, G, or T, why call that binary ?
Re: Ask HN: What under-the-radar technology are you excited about?
#116New software development is 99% aimless churn.
We don’t need more new tech. We need better applications of old tech. There is so much software that works perfectly fine already. What’s missing is connecting it to real world problems.
Re: Ask HN: What under-the-radar technology are you excited about?
#117Re: Ask HN: What under-the-radar technology are you excited about?
#118Re: Ask HN: What under-the-radar technology are you excited about?
#119Old tech. New software development is 99% aimless churn. We don’t need more new tech. We need better applications of old tech. There is so much software that works perfectly fine already. What’s missing is connecting it to real world problems.
* Better in this case would be a fundamental design to prevent spoofing, provide S2S encryption maybe E2E encryption, fixing MIME typing issues, fixing Rich Text/HTML display, etc. Basically an actually good faith replacement of e-mail instead of a vendor co-opting.
Re: Ask HN: What under-the-radar technology are you excited about?
#120Data Hubs. It’s queriable like a database but it doesn’t store your data - it proxies all your other databases and data lakes and stuff, and let’s you join between them. Trino is a great example.