HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wismwasm

87 karmajoined 3 years ago

Submissions

Beyond Vibecoding: Spec Driven Development with OpenSpec and Open Code Review

layandreas.github.io
1 points·by wismwasm·18 days ago·2 comments

Self hosting my media library with Jellyfin and Wireguard on Hetzner

layandreas.github.io
148 points·by wismwasm·6 months ago·182 comments

[untitled]

1 points·by wismwasm·9 months ago·0 comments

Scraping German Rental Price Data – Part I: Whole Lotta Captchas

layandreas.github.io
3 points·by wismwasm·12 months ago·3 comments

Arima Models in Python: All Just Statsmodels Under the Hood?

layandreas.github.io
3 points·by wismwasm·last year·1 comments

Ask HN: Anonymous Social Media with Exclusively Real, Verified Humans Possible?

2 points·by wismwasm·last year·0 comments

Ibis Intro: Build Your SQL Queries via Python

layandreas.github.io
2 points·by wismwasm·last year·0 comments

comments

wismwasm
·4 days ago·discuss
I have good experience with using open-code-review:

* https://github.com/alibaba/open-code-review

** https://layandreas.github.io/personal-blog/posts/beyond-vide...
wismwasm
·18 days ago·discuss
Based on my experience with adopting OpenSpec, maybe someone finds it useful
wismwasm
·2 months ago·discuss
Try openspec: https://github.com/Fission-AI/OpenSpec/blob/main/docs/gettin...
wismwasm
·2 months ago·discuss
Yep I agree. I was looking for a getting started like for example here for openspec: https://github.com/Fission-AI/OpenSpec/blob/main/docs/gettin... but couldn't find anything like that
wismwasm
·4 months ago·discuss
Ibis is great! Used it with duckdb & Snowflake. Worked well for these backends
wismwasm
·4 months ago·discuss
Try out a new hobby, maybe take Salsa classes. Anything to be around people, don’t try to be comfortable alone.
wismwasm
·6 months ago·discuss
Hey, that's not my point!:) My point is:

- Subscription services getting worse

- Open source / self hosted solutions becoming better

Self hosting is also a learning experience / hobby.

And I'm still subscribed to other streaming services! However I get more and more annoyed of getting worse overall products for higher prices.
wismwasm
·6 months ago·discuss
It's not just Spotify, it's also Netflix & Co., so that adds up quickly!;) But I don't argue whether it's economical or not, my point is rather:

- Commercial subscription services are getting worse

- Self hosted solutions are becoming better

Jellyfin is a really nice piece of software & Navidrome looks really cool as well! And in some (not all!) aspects the open source alternatives are even better than their subscription equivalents.
wismwasm
·6 months ago·discuss
That's true, I looked at it from pure consumerish selfish point of view. I appreciate the idealistic view and caring about artists, but in the end I believe:

- Most people will generally choose what's most convenient for themselves

- Streaming services will only change their ways if they lose customers. Any change they do is A/B tested, so the ads / price increases are definitely in their short term interest. Only when their customers churn because they cannot afford 10 subscriptions anymore or are tired of paying for ads something will change
wismwasm
·6 months ago·discuss
Fair enough! However you need to consider:

- Depending on your taste you will need to subscribe to multiple servics. Shows / movies I enjoy are scattered across Netflix, AppleTV+, Prime, Disney+. And it's increasingly unlikely that IP is licensed out (i.e. no Star Wars on Netflix)

- There is a surprising amount of movies which are not on any streaming service (at least in Germany) OR they are but you still need to buy a digital copy or rent

- The UX of self hosted solutions like for example Jellyfin or other open source can (surprisingly!) be better than the paid solutions. I.e. no ads & and no UX redesigns

I'm not opposed to streaming services at all. I will subscribe to them as long as it's value for money.

However in recent years streaming services got worse while self hosted solutions got much much better.

Your point - subscription is cheaper than self hosting - may still hold, but the balance has definitely shifted in favor of self hosted solution.

I don't think it'll become mainstream in the near future (or ever) but for me personally it's worth it!

It's also not "either / or". You can both self-host and have subscriptions, but maybe you can cut down on some subscription services:)
wismwasm
·11 months ago·discuss
I'm happy with VS Code.
wismwasm
·12 months ago·discuss
Not yet! But it's on my list to try out next after giving SeleniumBase[1] a chance.

[1] https://github.com/seleniumbase/SeleniumBase
wismwasm
·12 months ago·discuss
I've built a small scraper for German apartment listings (prices, locations, size). I originally started out wanting to get a bit deeper into Django's templating system as well as component libraries and needing some data to build on. Hence I ended up scraping apartment listings which in and of itself is pretty interesting data. I ended up writing this blog post about it, maybe it's insightful for some of you!
wismwasm
·last year·discuss
Nice!

I would add assert_never to the pattern matching section for exhaustiveness checks: https://typing.python.org/en/latest/guides/unreachable.html#...