Readit News logoReadit News
protortyp commented on A cross-platform multi-target dotfiles manager written in Rust   github.com/Shemnei/punktf... · Posted by u/michidk
protortyp · 6 months ago
Completely unrelated, but I recently switched to using nix with home manager and nix-darwin to handle my entire dev setup and dotfiles.

If you work a lot in remote dev environments (I use coder a lot at work) that really does the trick.

protortyp commented on Import and Export Markdown in Google Docs   workspaceupdates.googlebl... · Posted by u/pentagrama
bomewish · a year ago
If this is implemented properly it’ll be a game changer for collaboration on papers. Means one can write a paper with colleagues in markdown and then easily knit with pandoc/quarto. Cheaper than overleaf etc.
protortyp · a year ago
I recently used Typst and their own collab solution for a paper we worked on. While some features are still lacking it was a pretty good experience overall.
protortyp commented on AI in software engineering at Google: Progress and the path ahead   research.google/blog/ai-i... · Posted by u/skilled
userbinator · a year ago
As others have mentioned, unless you have a strong conscience and really know what you're doing, it's far too tempting to just accept AI-generated suggestions without really thinking, and IMHO losing that understanding is a dangerous path to go down. AI can only increase quantity, not quality. The industry desperately needs far more of the latter.

Related: https://navendu.me/posts/ai-generated-spam-prs/

protortyp · a year ago
I felt this on myself as well when I tried to use copilot. Especially when it was later in the day. I still use it for some boilerplate code / building visualizations that feels like boilerplate, but turned it off for any real important code. Atm I find most value in AI in discussing design decisions and to evaluate alternative approaches to mine. There it really had a huge positive impact on my workflow
protortyp commented on The Internet Is Full of AI Dogshit   aftermath.site/the-intern... · Posted by u/thinkingemote
rightbyte · 2 years ago
Interesting. How long ago was this? It is obvious it happens now alot, but at what time did you think it started?
protortyp · 2 years ago
This was already back in 2008/2009. At the time, I posted about my approach in online forums to ask for coding advice. Through those, I got to meet the creators of two more organizations that used a similar approach for PC gaming news pages.

And this was for the German market only. So I am quite sure that it was more common in the US at an earlier time, as they are usually ahead of us.

protortyp commented on The Internet Is Full of AI Dogshit   aftermath.site/the-intern... · Posted by u/thinkingemote
protortyp · 2 years ago
I doubt that the dogshit is so much worse than it used to be. Unfortunately, I also contributed to this. When I was 13 or 14, I scripted a little tool that allowed me to write one tech news blog post and generate multiple versions of it by simply swapping phrases, adding practically zero value. You'd be surprised (or not) how much of a tech news blog is repetitive wording, mainly to fill yet one more adsense banner after a new paragraph. It was not based on AI, but the core principle was the same as the example in the article.

I published each version on a separate WordPress blog covering roughly the same topic, chose random pictures, set random publish dates close to each other, and signed them all up for Google News. This non-AI dogshit dominated a small tech niche, making a decent amount of money at the time for a 14-year-old. I am pretty sure I was not the only one coming up with that idea at the time.

protortyp commented on Sam Altman got $75M from the University of Michigan for a new VC fund   fortune.com/2023/12/19/sa... · Posted by u/jadbox
protortyp · 2 years ago
Can someone explain how Sam is able to run so many things at once? I am working on my startup and I barely find time to scroll HN during my toilet breaks.
protortyp commented on Germans shrug off economic gloom at booming Oktoberfest   ft.com/content/c251bdfe-9... · Posted by u/pg_1234
peer2pay · 2 years ago
It’s hard not to be pessimistic in Germany these days.

Population is aging and paying for the retirement money for all existing retirees is already taking up over 25% of government spending. There’s barely money for anything else so taxes and social security payments are poised to go up while already being close to ~50% for most earners.

There’s a strong and growing far-right movement full of populist and even neo-nazi ideologies.

Infrastructure is still top notch internationally but funding has been cut over the last decades and it’s starting to show.

I could go on but I think you get the picture. Many people in my social circle want to leave the country so I would really think twice about moving here.

protortyp · 2 years ago
I strongly agree. Much of my social circle went to Amsterdam in hopes of better salaries and the tax benefit for the first few years.
protortyp commented on Germans shrug off economic gloom at booming Oktoberfest   ft.com/content/c251bdfe-9... · Posted by u/pg_1234
protortyp · 2 years ago
As a local, I'm really looking forward to when this madness is over in a few days, so we can finally use the metro again without that ever-present puke smell.
protortyp commented on RabbitMQ vs. Kafka – An Architect’s Dilemma (Part 1)   eranstiller.com/rabbitmq-... · Posted by u/gslin
jpgvm · 2 years ago
If you want features of RabbitMQ (specifically queue like behavior) but the scalability of Kafka then you probably want Apache Pulsar.

To elaborate on that a bit the main things Pulsar gives you are:

1. Still underlying distributed stream based architecture, this is what makes it able to do Kafka like things.

2. Broker side management of subscription state which allow out of order acknowledgement, this means you can use it like a queue. (Subscriptions sort of act like AMQP mailboxes but without the exchange routing semantics). Vs Kafka which can only do cumulative acknowledgement, i.e head of line blocking.

3. Separated "compute" and storage. By storing data in Bookkeeper you can scale your needs to support a lot of consumers separately from how you stash the data those consumers need to read vs Kafka where these 2 are coupled and an imbalance between the two becomes awkward.

4. In built offload with transparent pass-through read. When your data falls off the retention cliff for your standard broker cluster the data can be archived to object storage. The broker can transparently handle read request for these earlier messages though, just with higher startup latency to pull the archived ledgers.

5. Way more plugability than Kafka, in-fact similar plugability as RabbitMQ. You can implement your own authz/authn, a different listener to support a different protocol (there is a Kafka one, MQTT, AMQP etc).

6. Much greater metadata scalability. Before the new KRaft implementation the layout of metadata in ZK meant that you couldn't feasibly have more than about 10k topics. Especially because of how long the downtime would be on controller failover. Pulsar can easily support much larger numbers of topics which prevents needing to use a firehose design when you would prefer individual topics per tenant/customer/whatever.

protortyp · 2 years ago
We also switched to Pulsar after running some benchmarks for our use cases. We use these services primarily as worker queues for image tasks that require low latency. And Pulsar turned out to have a 20x lower latency than Kafka in our setup.
protortyp commented on Ask HN: Should I get a stand-up desk?    · Posted by u/silent_cal
protortyp · 2 years ago
Absolutely. I built my motorized one about 6 years ago (bought the motorized legs and wood top for a total of 450€ back then) and I still use it on all home office days. The key is having a rubber floor mat with some knobs you can play with to stand comfortably. I can also recommend getting a walking pad. I usually have 10k steps before lunch with a 2.5km/h speed only that lets me still type perfectly.

I primarily got my desk because I was tired of having bad posture and back pain. But since I also started working out heavily at the same time I built the table, I can't attribute the desk only to alleviating any pain I had. It definitely helps though with good posture.

I'm also happy I got a smart version that can remember 4 heights. I had another (much more expensive) table at my previous workplace that didn't have it. And it was a pain switching from a seated to standing position.

u/protortyp

KarmaCake day76November 27, 2022
About
meet.hn/city/us-Boston
View Original