Viewing profile — fsaintjacques
fsaintjacques
HN member- Joined
- Tue, Apr 12, 2011, 6:18 PM UTC
- HN karma
- 166
- Public activity
- 96 items
- HN profile
- View on Hacker News ↗
About fsaintjacques
[ my public key: https://keybase.io/fsaintjacques; my proof: https://keybase.io/fsaintjacques/sigs/Yg1HeI9vItNn1ALJyYNOqHCuRHrExi62XYyFGXBwUaA ]
Recent public activity
-
comment
Comment #47711203
I recently toyed with a tiny VM for protobuf, you can use it in redpanda WASM streams, or in streaming pipeline (without having to use SAX parsers or IDL shenanigans with projected…
- comment
-
comment
Comment #38171305
If only go had lambdas, functional interfaces and record classes...
-
comment
Comment #38105507
I highly recommend anyone to read Google's [AIP]( https://google.aip.dev/ ). There's even a grpc schema linter for it. Put more focus on the resource data design than nitpicking on…
-
comment
Comment #33404984
JSON parsing is a minefield, especially in cross-platforms scenarios (language and/or library). You won't encounter those problems on toy project or simple CRUD applications. For e…
-
comment
Comment #31153684
If the application is in go, you can likely embed litestream.
-
comment
Comment #28041514
glibc already does dynamic dispatch for the memcpy family of functions.
-
comment
Comment #26664637
Optable | Montreal and Remote | Golang, React, Crypto | Full-Time | https://www.optable.co Optable is building a decentralized data management and connectivity platform designed fo…
-
comment
Comment #24626064
It sure does.
-
comment
Comment #24470651
Let me introduce you to the underworld of affiliate marketing https://www.investopedia.com/terms/a/affiliate-fraud.asp There's always money to be made if you can generate significa…
-
comment
Comment #23591958
Not zero copy, requires deserialization.
-
comment
Comment #23554507
Because it would be a trivial indicator that you're in incognito mode.
-
comment
Comment #23511946
There's a very high chance this is monetization of botnets, which adds even more to the overall shadyness.
-
comment
Comment #21016396
Python is a portability minefield. I'll spend more time trying to get the script/package run than reading the bash script.
-
comment
Comment #20802525
See https://backtrace.io , disclaimer, previous employee.
-
comment
Comment #20124865
rtb bid request volume can easily go 1m/sec, this is not impressions, but offers to buy for an impression.
-
comment
Comment #20124855
Technical challenges and salary. In my local market, most jobs are web shops and/or CRUD business applications with low pay.
-
comment
Comment #20021455
Tables as queues is perfectly legit, one less component to worry about.
-
comment
Comment #20003178
I received my first paper nigerian scam last month!
-
comment
Comment #19681689
https://cstack.github.io/db_tutorial/
-
comment
Comment #18283740
They have a few people and a tiny office recruiting for developers. I work beside them. https://www.peersight.com/job/appnexus-senior-software-engin...
-
comment
Comment #18282997
As a software engineer in Montreal, you can get above market rate at these companies: - AdGear - AppNexus - Element.ai - Google - Hopper - Shopify
-
comment
Comment #18193323
This. Don't forget integer type defined by implementation. Very easy to shoot yourself in the foot in when consumers/producers are not written in the same language, even more if it…
-
comment
Comment #17193191
I'm curious about this, could you point at the documentation?
-
comment
Comment #17191088
AFAIK, the Optane disks are _byte_ addressable.