Viewing profile — tibbe
tibbe
HN member- Joined
- Thu, Jun 14, 2007, 3:12 PM UTC
- HN karma
- 335
- Public activity
- 63 items
- HN profile
- View on Hacker News ↗
About tibbe
No profile information was provided.
Recent public activity
-
comment
Comment #49179211
You didn't provide any arguments to support your claim. Calling people names isn't going to convince anyone.
-
comment
Comment #47436590
They do more than that. If you ask for ui with a button that button won't be upside down even if you didn't specify its orientation. Lots of the detail can be inferred from general…
-
comment
Comment #45187743
> Since encoding/json marshals a nil slice or map as a JSON null How did that make it into the v1 design?
-
comment
Comment #43221436
We used to use Maestro but then they unfortunately decided to go all in on AI and hiked the price to match, making it no longer worthwhile for us.
-
comment
Comment #32656046
Any more details on the setup? How does it kick of based a push? Could you kick it off on a successful GitHub run?
-
comment
Comment #24081131
Why not user-fuse?
-
comment
Comment #22019928
This missed the point. The point of not that you can forget to check the null case. The point is that you can express that sometimes there's no null case.
-
comment
Comment #14634352
The Data Parallel Haskell work on flattening ran into problems with space blow-up due to replicating arrays to perform flattening. Does Futhank avoid those problems?
-
comment
Comment #14347314
Perhaps SpaceX could offer (a slightly more expensive) CubeSat module that has built in deorbiting thrusters that will bring it down after X years.
-
comment
Comment #14347283
Aside: does that mean that Falcon 9 could carry ~20,000 CubeSats at the cost of 62M/20k = USD 3,100 per satelite? That would be awesome. Now if I could just find another 19,999 peo…
-
comment
Comment #13800219
Doesn't seem relevant given the number of places in Europe that are more progressive and failed to replicate silicon valley.
-
comment
Comment #13788704
Type inference should solve that if Go ever gets that.
-
comment
Comment #13467432
Did they know of specific instances of fraud or just more generally that it was going on?
-
comment
Comment #13059772
How does it perform on short strings (e.g. <= 16 bytes)? We've seen several new hash functions lately with great throughput numbers, but unfortunately they often end up being slowe…
-
comment
Comment #12601880
Glassdoor salaries for Google Switzerland: https://www.glassdoor.com.au/Salary/Google-Zurich-Salaries-E... The average base salary seems to be CHF 136,344 (USD 140,000) per year.
-
comment
Comment #12601826
Health insurance starts at around CHF 280/month for a 35 year old currently: https://en.comparis.ch/krankenkassen/grundversicherung/krank... You can reduce that if you opt for less…
-
comment
Comment #12178736
Just sticking with the pure types there's currently no generic stream model that works well. No stream fusion system fuses all cases (even in theory) and they also fail to fuse the…
-
comment
Comment #12178487
This whole thread is exactly about how "write libraries!" (if done outside the standard library) doesn't work (see my top post). I do agree that lack of modularity features certain…
-
comment
Comment #12178483
Risking to go off-topic a bit, I think the lazy versions of Text and ByteString wouldn't have been needed if we had nice abstractions for streams (lists are not, they cause allocat…
-
comment
Comment #12178470
Agreed, except for the "like Go" part, which is unnecessarily ad-hoc.
-
comment
Comment #12178466
You don't need a standard library to win if you don't have any competitors (in the browser). :) Fitness for purpose is relative to the other options.
-
comment
Comment #12178016
There can be more than one problem, including having a small standard library.
-
comment
Comment #12178009
But C didn't have competitors with large standard libraries, so it didn't suffer as much for it.
-
comment
Comment #12178001
The "big corporate sponsor" argument often comes up when discussing language success. Google doesn't really put more than a few people's time into Go, the rest is open source. Othe…
-
comment
Comment #12177503
I wouldn't recommend following the Haskell approach. It hasn't worked well for us. (I took part in creating the Haskell Platform and the process used to add packages to it. I also …