Hacker Newsnew | past | comments | ask | show | jobs | submit | travolter's commentslogin

Here in Belgium it's 1.5m


Ah, cool. Good luck to you all. :)


Http is just clearly not made for the current state of the internet. It was obviously made for much simpler uses cases but has organically grown together with the internet. This has led to numerous hacks and workaroudns which often became the defacto standard to do things on the web. It's not necessarily an easy problem to solve, client server communication is hard. But http protocol seems like the least effective way to do it, but almost impossible to replace now.


Applies even more so to CSS and JS.

All the above are quick hacks that never really did the job properly in the first place. So they're propped up by a creaking pile of frameworks and other support systems that try to mitigate their awfulness, but mostly just add extra awfulness of their own.

Meanwhile backend systems - core server and db infrastructure, user authentication, computing resource allocation, payments, media and content management, privacy, and project build systems - are even more byzantine and non-standardised and more or less have to be retooled from scratch for every project - a huge job which duplicates an incredible amount of work across the entire industry.


> Http is just clearly not made for the current state of the internet

As a corollary/reformulation of that sentence you get that what businesses are trying to do in the web is clearly something it wasn't made for. Yet businesses want to free-ride on the web's success, and are ruining it.


I was recently trying to link our source code against a newer version of LLVM that had introduced a few API changes that I couldn't make heads or tails of. Without the git log I would've had to manually compare the changes and figure out what they meant, or just guess. But luckily the commit messages quite clearly explained what changed in most cases.


"Usually stable for a week" does not sound great..


Not GP, but that's better than my Mac as a whole. Weird OS issues with the trackpad, login, or fan/cpu/ram usage despite nothing big running necessitate a restart at least once a week.


I'm in the same boat and it sucks.

I had 240 days of uptime on my G5 Mac Pro at one point.

I doubt we'll ever see that kind of stability in macOS again, and it makes me sad.


I would generally agree, except in this case that makes it one of the more stable pieces of software I am running on my mac. When it happens I have a single hotkey mapped to restart the service which recollects all my windows and usually fixes anything that was going wrong in ~3-4 seconds.


Sounds like you need another job.


Obfuscators, I work for a company that builds mobile obfuscation at a compiler level (LLVM ir and Java bytecode). There are also gaming companies that use similar techniques and technology for anti cheat engines.

I also often see job postings for compiler developers in the embedded field.


Why would you store all of this valuable information in a proprietary tool? What happens when notion shuts down, jacks up prices, makes feature changes you don't like, etc etc? Make some attempt to migrate all this data? It's gonna be hard to do this in an automated way, if they even have an (export) api for this. I'm using (vim)wiki/gollum and I feel much safer about my data.


Obviously, you have a point. I am indeed a little bit worried.

Some things that ease my mind:

Notion's export and backup features are quite good. You can export everything in various formats, markdown being the most relevant for me. This only becomes messy with complex databases that use formulas and are related to each other. You would not have these with local solutions in the first place.

Notion is already profitable and growing rapidly, I do not see them shutting down in the foreseeable future. However, the other concerns are relevant.

The API is supposed to be released soon. I intend to either build a backup workflow myself or use other tools that will get developed then.


Have you actually done an export of your Notion workspace?

I looked at their options before using Notion and was happy they had a full export available - but then I actually went ahead and used it because they are putting zero focus into improving the performance of the apps - and the export format is a horrific mess!

They split out code blocks from your notes in separate notes, the filenames are a mess and images aren't saved inline (as they could be with something like base64).

For workspaces of any reasonable size, you're going to be doing a lot of work to make the export actually useful outside the context of Notion - which should be obvious given how they treat things as blocks (and all the abstractions that come with that make it into their underlying data structures)

They've also been saying the "API is coming soon" for about a year now.


Never used notion, but personally I'd prefer a machine readable and raw export, at least you can assemble your stuff back in any way you prefer. More annoying when you have to scrape data you're interested in from htmls.

But yeah, lack of API is a major problem, and main reason I haven't even considered trying it yet.


I think Markdown does qualify as machine-readable. There are very good libraries to do all kinds of things with it.

Edit: I guess you meant human-readable as opposed to things like base64, and not as a critique against Markdown.

By now, there are several unofficial APIs at least, for read-access they are quite good apparently, did not yet use one myself though. E.g. https://github.com/kjk/notionapi


I have not yet done a complete export of my workspace. I do however often export specific databases, notes, etc.

My post describes how I use it to draft my blog posts, where I also use the Markdown export feature. The code blocks are fine and within the same file, so I am not sure what you mean there.

Images are not ideal, but I don't know how it could be done much better. Everything is exported into a .zip and the images are also there.

Admittedly, my long term hope for a reliable and automated way of backing up everything relies on the API. Their promise that it will be released soon is a little awkward by now, but I am sure that it will come eventually. I don't think its true that it is already a year since they first said it would be here soon.


Why save images inline? The src wouldn’t be human readable if it’s base 64 encoded.


Fully agree. I was turned off notion for the same reason and reverted back to self-hosting dokuwiki. A much more limited feature set, to be sure, but at least I'll still have my notes 10 years from now.


If there was an open source notion, where would you prefer storage to take place? BYOFS?


WebDAV sync would be great. There are plenty of options like NextCloud, which is self-hostable. Sync it to plain text files.


> You need to have the official Spotify app open in order to play songs, but you can control all your devices with this app.

Will it ever be possible to have it work without the app open?


Yes? Spotify dropped their support for libspotify a long time ago so the community had to develop their own replacement.

https://github.com/Spotifyd/spotifyd


I was setting up some software on my pi4, just installing some packages with apt. Most of the time it was idling because I was away and not paying attention... and it indeed got very hot. Not uncomfortable to touch just yet, but this was really minimal load... Sounds like I'm getting a fan.


Do you have to pay the damages for every mistake you make at your job?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: