HackerTrans
TopNewTrendsCommentsPastAskShowJobs

johne20

no profile record

Submissions

[untitled]

1 points·by johne20·2 anni fa·0 comments

Using loophole, NE County seizes millions from motorists without convicting them

flatwaterfreepress.org
2 points·by johne20·3 anni fa·0 comments

How to replace natural gas with renewable heat (and cooling)

volts.wtf
1 points·by johne20·4 anni fa·0 comments

comments

johne20
·17 giorni fa·discuss
I had good experience with neuralwatt in my heavy testing on real project in last days. Price/performance for api pricing was great. When using with pi, I was a little confused on if/how it supports diff reasoning levels?
johne20
·27 giorni fa·discuss
Any way to get Protect iOS notifications if using local mode only? Eg, using local local login but away from home.
johne20
·anno scorso·discuss
Does Bunny support websocket connection proxying yet?
johne20
·2 anni fa·discuss
Hetzner cloud?
johne20
·3 anni fa·discuss
You don't need to use Shadow DOM though?
johne20
·3 anni fa·discuss
For me it is if my CPA and bookeepers can and will use it.
johne20
·3 anni fa·discuss
In the US it is not common. In EU the majority of EVs carry a cable in the vehicle for level 2 charging. At first I found it strange, but if you provide the cable instead having it built into level 2 EVSE (charger) its one less thing that can be broken or vandalized.
johne20
·3 anni fa·discuss
As someone who is trialing Hetzner is there a link to info on this?
johne20
·3 anni fa·discuss
Question for those who encrypt disk on Hetzner with LUKS. How can you get it to auto assign private IP from DHCP on boot?
johne20
·3 anni fa·discuss
Thanks for this. How does speed of OpenZiti compare to Wireguard on network on same LAN? Eg. if you connect machines on same VPC?
johne20
·3 anni fa·discuss
Consuming webhooks in dev environment is one use-case.
johne20
·4 anni fa·discuss
NOTIFY / LISTEN is handy too. (pubsub)
johne20
·4 anni fa·discuss
Its a good question. I should have said I have "dependency fatigue". If we do stick with a framework, it would be Svelte, it has a great Dev UX. Over the years, I have came to the conclusion every dependency is a future problem, especially if pulled in w/o giving it much thought. It takes two hands to count the number of times we had to refactor an app because some client side router changed their API _again_. Writing a small client router that does only what we need is an event listener and switch statement. Javascript/CSS itself has came a long way in the last years as well. I have no plans of building yet-another-framework. Leverage what the browser gives us as much as possible, any annoying boiler plate can be a snippet or generator. Avoiding the complexity that a bundler adds is also a bonus. Tucking logic away in dependencies, whether written by ourselves or others can complicate things.

I am a founder first, and a developer second. My biggest goal is to build products that solve problems and load extremely fast and are as lightweight as possible. The less tech involved the better.

Lastly, this is just one person's opinion, and I am often wrong.
johne20
·4 anni fa·discuss
We built Roomlio entirely with svelte. Large app and many components. Having used react and angular on production apps in the past, I much prefer svelte. That being said, I am sick of framework fatigue and going forward I would probably choose raw web components and a simple template literal based template library like lit-html (not lit element). Write all the other bits ourselves.
johne20
·5 anni fa·discuss
I find masknerd on youtube an excellent source of information. https://www.youtube.com/user/coll0412
johne20
·5 anni fa·discuss
Look into Passive House designs, and videos by Joseph Lstiburek if you are interested in energy efficiency and building structures to last with modern materials.
johne20
·5 anni fa·discuss
I can say we (roomlio.com) really miss not having push notifications on iOS for our chat PWA. Just presenting that as one use case where I believe push notifications would add value by notifying users of new chat messages.