HN user
pretzelhands
I'm not sure about your location, but around here (Austria) it is indeed much more common to have electrical wiring that runs through the ground than above air. The only place where you see wiring above ground is usually out in the rural areas.
<template> tags are so incredibly useful for keeping your JS clean when you're not able to have something more reactive around for some reason.
I've recently used that on an interview project I did (https://github.com/pretzelhands/ubiquitous-sniffle) and it surprisingly takes you quite far with very little effort.
The only major annoyance is really manually keeping track of the elements in the DOM and .innerText and .innerHTML-ing everything that needs a dynamic value. But it's manageable if you keep it confined.
Seems like PHP does something reasonably right for once!
$ php hello.php > /dev/full
$ echo $?
255
It doesn't exactly print an error, but at least it returns something non-zero.I have landed on the TALL stack for building my homespun apps with minimum faffing around.
Especially with the components feature offered by Laravel’s Blade it usually takes a while before I really start reaching for JS.
And boy oh boy do they try their best to keep the winter revenue alive. Everybody in Europe probably remembers the joy of Ischgl.
Not quite, smallpox vaccination was first enforced in 1939 (I know..) and then again post-WW2 in 1948. We do have a precendent!
As an Austrian I'd like to note: We've also previously had a vaccination mandate for smallpox. There's a precedent here, at least.
Whether you're for or against a vaccination mandate I leave up to debate. But either we get everyone vaccinated or everyone needs to actually follow proper COVID rules. The second option hasn't worked out great so far, as you might be able to tell.
Oh hey! I remember building my own app on top of tiptap last year and having a blast with it!
Glad to see that it got a polished new update! I’ll definitely have to look into it. Good job, guys!
They're not the prettiest sight, yes, but I think anyone who isn't in some way a geek particularly cares about what's actually in URLs.
There's a reason why Apple got away with only showing the hostname of a URL: It doesn't matter to ordinary people. :)
Just for fun I checked where that position would be on world map. Turns out it's in the Atlantic, quite a bit off the east coast of the US.
I'm currently focused on dusting off my old blog and getting some new posts out.
I ended up accidentally building my own (somewhat cursed) static page generator in PHP. It's probably not super portable, but it does the job of taking some Markdown and Mustache files and putting together a site.
And since I was super minimalist about it, the site is really fast. So that makes me happy!
As the guy who made it: Since yesterday it is. Not that it’s a particularly shiny piece of code to look at
Maybe a bit late, but chiming in here to say that prosemirror in general is absolutely amazing. Used it to build my own note taking app, highly recommended.
Hi! I'm currently working on note sync as it is one of the most requested features so far.
As for the trial ending: You will have the possibility to export all your notes as Markdown once the trial ends, so you're not locked in.
A mobile version is also planned for the future, currently researching on the best approach!
Hi, sadly I don't have a full video demo right now, but there are 6 short demos on the landing page you can check out!
Hi Hacker News!
I built Notebag because I got a bit sick of other note taking apps breaking my workflow. I wanted something that I could quickly show and hide and that would allow me to jot down Markdown, so I could have a bit of structure.
And then Notebag happened! I hope you'll find it useful.
Hi HN!
I'm the Austrian dude featured in this article. Since last time it generated a bunch of discussions I thought it might be nice to hop on here.
If you have any further questions you want to ask, go ahead.
Hello Hacker News!
I recently accidentally crashed my entire infrastructure with Caddy server. Thus I had to quickly switch to nginx to get my sites back up.
While dealing with the nginx setup process I found it super annoying to switch between the various commands all the times
(ln -s /etc/nginx/sites-available/ .., vi /etc/nginx/sites-available/ .., systemctl restart nginx, ..)
So I built this little wrapper around the commands to streamline the process!
I hope you find it useful and give it a shot on your local dev setup or similar!
This is so stupid and I love it!
Hey all! I've recently been spending a lot of time in meetings and a few mates over at WIP came up with this idea that I should make a counter that tells you how much you've earned just by sitting in a meeting.
This is the result of that idea being turned into an actual thing! It doesn't have any purpose other than being a silly tool to track what your hourly rate converts to in meeting time.
I hope you enjoy it!
Hey HackerNews! Thanks for all the.. uh. Tough love. Your message has been received loud and clear and I will definitely try to do better next time before being whiny.
You'll hear from me again!
I've made my new year's incentive to grow a tiny service to at least 50$ MRR and publically document it.
My current problem is that I need a problem to solve. What do people actually require? What sort of value can I provide?