Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wismwasm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
wismwasm
2mo ago
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...
2.
▲
Beyond Vibecoding: Spec Driven Development with OpenSpec and Open Code Review
(layandreas.github.io)
1 points
by
wismwasm
3mo ago
|
2 comments
3.
▲
by
wismwasm
3mo ago
Based on my experience with adopting OpenSpec, maybe someone finds it useful
4.
▲
by
wismwasm
5mo ago
Try openspec: https://github.com/Fission-AI/OpenSpec/blob/main/docs/gettin...
5.
▲
by
wismwasm
5mo ago
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
6.
▲
by
wismwasm
6mo ago
Ibis is great! Used it with duckdb & Snowflake. Worked well for these backends
7.
▲
by
wismwasm
6mo ago
Try out a new hobby, maybe take Salsa classes. Anything to be around people, don’t try to be comfortable alone.
8.
▲
by
wismwasm
8mo ago
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 s
9.
▲
by
wismwasm
8mo ago
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 solu
10.
▲
by
wismwasm
8mo ago
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 themselve
11.
▲
by
wismwasm
8mo ago
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 tha
12.
▲
Self hosting my media library with Jellyfin and Wireguard on Hetzner
(layandreas.github.io)
148 points
by
wismwasm
8mo ago
|
182 comments
13.
▲
by
wismwasm
1y ago
I'm happy with VS Code.
14.
▲
by
wismwasm
1y ago
Not yet! But it's on my list to try out next after giving SeleniumBase[1] a chance. [1] https://github.com/seleniumbase/SeleniumBase
15.
▲
Scraping German Rental Price Data – Part I: Whole Lotta Captchas
(layandreas.github.io)
3 points
by
wismwasm
1y ago
|
3 comments
16.
▲
by
wismwasm
1y ago
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
17.
▲
Arima Models in Python: All Just Statsmodels Under the Hood?
(layandreas.github.io)
3 points
by
wismwasm
1y ago
|
1 comments
18.
▲
by
wismwasm
1y ago
Nice! I would add assert_never to the pattern matching section for exhaustiveness checks: https://typing.python.org/en/latest/guides/unreachable.html#...
19.
▲
Ask HN: Anonymous Social Media with Exclusively Real, Verified Humans Possible?
2 points
by
wismwasm
1y ago
|
0 comments
20.
▲
Ibis Intro: Build Your SQL Queries via Python
(layandreas.github.io)
2 points
by
wismwasm
1y ago
|
0 comments
21.
▲
by
wismwasm
2y ago
I think a general problem with most of these problems is that they’re biased towards how big US tech companies recruit. However non-tech companies also want to assess coding skills but don’t care about algorithms & data structures. A bu
22.
▲
by
wismwasm
2y ago
I’m just using Ibis: https://ibis-project.org/ They provide a nice backend agnostic API. For most backends it will just compile to SQL and act as a query builder. SQL basically has solved the problem of providing a declarat
23.
▲
by
wismwasm
2y ago
It may also look a bit boilerplate heavy but with the VS Code add in and code snippets it’s actually quite ergonomic to write. Just don’t attempt to type it all out by hand. If you decide to give it a try there are some packages I’d recomme
24.
▲
by
wismwasm
2y ago
I personally haven’t used react native but what I like about Flutter: - Comes with a decent component library out of the box that’s easy to customise - Dart is a nice language overall, null save and typed - As it paints on the screen there’
25.
▲
by
wismwasm
2y ago
I like Plotly’s interactivity, but the Python API would be so much better if it was typed. I need to google which attributes to change to get anything done all the time. Copilot helps a bit but also constantly hallucinates plausible but no
26.
▲
by
wismwasm
3y ago
While I think auth is hard it is still doable without having to become an expert when it comes to the details. I recently played around with oauth2proxy and nginx and got it working: https://github.com/layandreas/oauth-