HN user

fstephany

264 karma

More political courage, less technology.

Posts9
Comments86
View on HN

I agree with you that dynamic query building can be tedious with a pure SQL approach. The use case you are describing can be solved with something alone the lines of:

  WHERE organization = $1
     AND ($2 IS NULL OR starts_with(first_name, $2)
     AND ($3 IS NULL OR birth_date > $3)
With SQLx you would have all the params to be Options and fill them according the parameters that were sent to your API.

Does that make sense?

M4 MacBook Pro 2 years ago

I have the same feeling performance-wise with the laptop I bought in 2020 with a Ryzen 7 4800H.

But it's a heavy brick with a short battery life compared to the M1/2/3 Mac.

Depending on which model you are interested in, you might find some European company offering the same chassis (usually Clevo or Tongfang).

For example, the Lemur Pro 14 looks like a Clevo L141CU which is also sold by Schenker (or Tuxedo for a Linux version). You can probably find a brand that retails in your area/country/continent.

Following the progress of this project is fascinating.

I don't know how big is the crowd interested in the end goal, the hardware and the software of the Reform. I know for sure that I'm part of that crowd.

I might be in the market for an e-bike.

The Cowboy looks a bit better to me with its central motor and removable battery but the Vanmoof looks more comfy. The review doesn't mention anything about that.

Is there any other significant difference between the two bikes? If you bought one of those, which criteria were decisive in your decision?

That makes me think of the Creaceed indie dev. When they release an app they usually have a short technical description of what they are doing (e.g, image preparation for OCR[1], live collaboration with CRDT and OT[2]).

I guess it's always an exercise to reveal enough to spark interest but not too much to keep the secret sauce.

[1] https://medium.com/@creaceed/the-making-of-prizmo-5-4006558c...

[2] https://medium.com/@creaceed/drawing-together-behind-the-sce...

Wouldn't you be bored with a specialist position in one company? I get bored when doing the same thing for too long. That's usually around the 2 years mark.

I've done a lot of Rails then dived deep into mobile dev (native iOS & Android). I also dealt a bit with embedded and ended up as the bridge between a taiwanese team and a french one. Contractor life can be interesting :p

As you, I sometimes wish I could just stay in one role in a bigger company but I feel like I would not be able to fit in a box for long.

OpenBSD 6.5 7 years ago

This is some serious OpenBSD artwork. I would love that they reconsider the 'no product' policy. I understand the logistical nightmare of pressed CDs though...

OpenBSD 6.5 7 years ago

I don't know how adventurous that may be but you can try to run Docker in a Linux VMM ;)