Viewing profile — conradev
conradev
HN member- Joined
- Sun, Apr 03, 2011, 6:20 AM UTC
- HN karma
- 5,448
- Public activity
- 1,655 items
- HN profile
- View on Hacker News ↗
About conradev
Recent public activity
-
comment
Comment #49230640
I went to Amazon the other day and ordered a fully custom piece of software. I chatted with the seller about exactly what I wanted, what areas to focus on, and they ended up teachi…
-
comment
Comment #49224821
People are working on it! https://github.com/steelbrain/reims-vgpu https://github.com/steelbrain/metal2vulkan
-
comment
Comment #49189366
It is encrypted ciphertext rotated every 10m in lockstep with your Bluetooth identifier. You will need to turn off your Bluetooth if you want to stop advertising a rotating random …
-
comment
Comment #49028649
Borderline useless? Is it just that the numbers are unit-less? You can extract meaning from them! Find your current computer, find the target computer, calculate the percentage dif…
-
comment
Comment #48969073
On social media in China there is an oft-repeated joke that goes something like this: In other countries, governments intervene to prevent anti-competitive behaviour; here (in Chin…
- comment
-
comment
Comment #48827924
https://diskprices.com/ is great for this You have SATA or SAS to pick from. The CPU requirements for a storage server are not high. On a typical ATX board you have motherboard SAT…
-
comment
Comment #48372713
My girlfriend's Facebook got stolen via a novel technique a few years ago: https://www.reddit.com/r/facebook/comments/14nbp1a/major_fac... Once the hacker got in, they enabled PGP …
-
comment
Comment #48165045
The government does subsidize basic banking, though?
-
comment
Comment #48112268
This is a good joke because they spent $2.4B on marketing in FY25
-
comment
Comment #48052249
There’s this crazy thing that happens where you need to use carbon to decarbonize. Solar panels are made in factories where energy and inputs are cheaper and then shipped on diesel…
-
comment
Comment #48052117
MPEG-TS is used to contain h264 chunks for HLS. MPEG-DASH and the new CMAF standard use fMP4 containers instead. My personal take is that Media over QUIC (MoQ) should support both.…
-
comment
Comment #48023863
The design is skeuomorphic, modeled after a standard bifold wallet which gives your physical cards the same treatment. My current wallet doesn't give me any affordances: https://gr…
-
comment
Comment #47971873
A prepared `PRAGMA data_version` is likely quite cheap to run because it hits the same page every time… …but some other push-based IPC mechanism would be a lot more battery friendl…
-
comment
Comment #47928479
Jack Ma comes to mind: https://en.wikipedia.org/wiki/Jack_Ma#During_tech_crackdown Ma's voting rights were reduced from 50% to 6%.
-
comment
Comment #47870142
It has been $20k for a while now and I’ve admittedly been looking for excuses to buy it
-
comment
Comment #47854635
Tempted to buy cal.zone or cal.sucks just to add the paid features to cal.diy. They even made a list! Teams, Organizations, Insights, Workflows, SSO/SAML, and other EE-only feature…
-
comment
Comment #47822895
You have to install it to enable it, actually! Computer Use is also confined (read and write!) to apps that you've explicitly allowed.
-
comment
Comment #47822866
Yes! and if you install Computer Use from the Codex App you can also use it from the Codex CLI
-
comment
Comment #47787791
My initial instinct would be that the higher IQ someone is, the better they are able to do most things including control their impulses.
-
comment
Comment #47676963
I love it! How would you position yourself relative to existing OSS products in the space like Filestash or Seafile? I'm trying to pick a solution at the moment, and the mobile exp…
-
comment
Comment #47531241
GitHub is free, but the runners are slow and increasingly unreliable. I use Namespace ( https://namespace.so ) and I hook it up both to my personal GitHub as well as my personal Fo…
-
comment
Comment #47490210
I would just like to give this a big ol’ +1. I did not like Nix when I started. The ergonomics are hard to get around, but the power is honestly hard to overstate. Coding agents ac…
-
comment
Comment #47469977
Codex is using its app server protocol to build a nice client/server separation that I enjoy on top of the predictable Rust performance. You can run a codex instance on machine A a…
-
comment
Comment #47463890
I think this has been around for a while: $ echo 'test' | xxd -i -n foo unsigned char foo[] = { 0x74, 0x65, 0x73, 0x74, 0x0a }; unsigned int foo_len = 5; (edit: 30 years)