Viewing profile — DenseComet
DenseComet
HN member- Joined
- Mon, Nov 06, 2017, 2:29 AM UTC
- HN karma
- 806
- Public activity
- 256 items
- HN profile
- View on Hacker News ↗
About DenseComet
No profile information was provided.
Recent public activity
-
comment
Comment #42604502
Cloudflare’s China presence is already operated by a local company, like what Akamai is switching to. https://blog.cloudflare.com/cloudflare-partners-with-jd-clou...
-
comment
Comment #42098802
What method do you use to send articles like this to your kindle?
-
comment
Comment #41966428
Could you take and upload a picture of your alarm clock? You have made it sound very intriguing.
-
comment
Comment #41393502
They put in all this engineering effort, but as a user in multiple workspaces in a large enterprise grid, this unified grid rework has been a strictly worse user experience. In a l…
-
comment
Comment #40303546
I tried a lot to use remote servers for development when I had an Intel MacBook and I found the experience to always be so frustrating that I upgraded to the M series. Have the too…
-
comment
Comment #40077657
Interesting to see that their model comparisons don’t include OpenAI models.
-
comment
Comment #39922839
Energy density is much higher, which is important for applications such as aviation.
-
comment
Comment #39671128
What have you been using in place of AirBnB?
-
comment
Comment #39662933
The Arduino strategy seems to be similar to the Raspberry one - as people who grew up tinkering with Arduinos go into industry and are placed in charge of decisions, an upmarket ed…
-
comment
Comment #39264345
Congratulations on the launch and good luck building a business around it! I remember running into you folks at OpenSauce last year and thinking just how useful it could be.
-
comment
Comment #33290808
Macos Ventura will let you run x86 code on an arm linux vm using a linux version of rosetta 2, which should fix the speed issues. https://developer.apple.com/documentation/virtuali…
-
comment
Comment #32996913
> A WebSocket being connected to the Durable Object counts as the Object being active. > If 100 Durable Objects each had 100 WebSocket connections established to each of them which…
-
comment
Comment #32760381
The article seems to be from 2012, it makes more sense in that context.
-
comment
Comment #32429412
Nope, the threads run in parallel. The variable x is mutably borrowed only once by the second thread. The variable a is immutably borrowed twice, so there is no issue.
-
comment
Comment #32361830
You and others have said this multiple times in this thread. Is this documented somewhere on their website? It's hard to just take your word for it looking at the prices.
-
comment
Comment #32266561
They didn't build six executables that run on six operating systems. Rather, it's a single nativity compiled executable that runs on six different operating systems unmodified. Cos…
-
comment
Comment #32240615
> Each has its own performance hit but that hit can be worth it Rust's focus on making things explicit has a tendency to make programmers want to remove every clone and allocation …
-
comment
Comment #32144452
WSL is a fully fledged VM under the hood, it's just well integrated.
-
comment
Comment #31597538
It looks like the title got changed and now it says Svelte instead of Svelvet. Congrats on the launch!
-
comment
Comment #31521790
Block rewards will eventually be replaced by transaction fees, meaning that to keep transaction fees low, transaction volume needs to be high. If most transactions aren't taking pl…
-
comment
Comment #31498747
Cockroachdb serverless is a pretty nice option too. Super easy to spin up an instance and get started since it's mostly postgres compatible. Planetscale has a similar offering with…
-
comment
Comment #31487878
This is exactly the usecase Temporal meant for. I've used the Java SDK and its a pretty pleasant experience. Definitely worth taking a look at it.
-
comment
Comment #31363096
MoCA and cable internet use different frequencies so you can still use them. I'm currently using those adapters with comcast.
-
comment
Comment #31217974
You get billed the same amount, but the transaction fees that a merchant pays on a transaction varies with the card type, brand, tier, and various other factors.
-
comment
Comment #31195868
What? Even with runtime os detection, you won't be running linux code paths on windows. However you do it, you can't test linux apis on windows or windows apis on linux natively.