Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vamega
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
vamega
10mo ago
The article’s understanding of Java’s Virtual Threads is incorrect. Virtual threads have a preemptive concurrency model, not a co-operative one, so suspension points are not only at calls to things like Future.get()
2.
▲
by
vamega
11mo ago
I really hope Fastmail implements the JMAP spec for calendars and contacts soon. They’ve had the mail part of the spec implemented for a while, but it still requires CardDAV/CalDAV for contacts and calendar access.
3.
▲
by
vamega
1y ago
I control my Mitsubishi mini-splits with an esp32. I’d never done any soldering or worked with a microcontroller before, but I was able to install this into 4 units in a single day. This esphome project has great integration with home-assis
4.
▲
by
vamega
1y ago
Wow, this is a surprise. I was just looking up astro last night, and stumbled upon this theme and started building my blog off of it. Thanks for making something really nice.
5.
▲
by
vamega
1y ago
Amazon uses CBOR extensively. Most AWS services by now should support being called using CBOR. The protocol they're using is publicly documented at: https://smithy.io/2.0/additional-specs/protocols/smithy
6.
▲
by
vamega
1y ago
Does Mill plan to have something like Bazel’s Remote Execution?
7.
▲
by
vamega
2y ago
It doesn't look like this is available just yet. I can't wait to see more details when it comes out. I have a JetKVM ( https://jetkvm.com/ ) and it's been absolutely fantastic. I'm still waiting on the ATX
8.
▲
by
vamega
2y ago
This looks pretty great. The UI looked fantastic, and the post mentioned that it was open source. However what's open source appears to be the DuckDB extension, which forwards the requests to a remote URL. I've not been able to fi
9.
▲
by
vamega
2y ago
Does this work with Flutter, or does it only work with Android native apps?
10.
▲
Workday to Cut Nearly 2k Workers on Profitability Focus
(bloomberg.com)
3 points
by
vamega
2y ago
|
0 comments
11.
▲
by
vamega
2y ago
Relational databases are not the preferred storage mechanism at Amazon. If a team wants to use an OLTP relational database it’s possible that it will be a decision they will need to defend at any kind of design review. Of course there are r
12.
▲
by
vamega
2y ago
Seems like Microsoft is intentionally doing a leftpad. One day people are going to wake up and a host of CI pipelines and the like will start failing. NPM, Maven and other package management systems don't generally allow revoking older
13.
▲
Deletion of Outdated Azul Zulu for Azure Container Images for Better Security
(devblogs.microsoft.com)
5 points
by
vamega
2y ago
|
1 comments
14.
▲
by
vamega
2y ago
Why do you call these other languages “better”? They’re different, but I’m not sure why either of the one’s you mentioned would be better for this use case.
15.
▲
by
vamega
2y ago
What is the double hack used in OpenHFT? I tried looking this up and came up short.
16.
▲
by
vamega
2y ago
Yeah, went through a whole journey getting this to work on a NixOS guest with a Proxmox host recently. You reminded me to write up the process, and publish a flake for NixOS users who want the kernel.
17.
▲
by
vamega
2y ago
Lots of quantitative research uses R. It’s still very popular in the industry. Insurance is also still using a lot of R. Actuaries I know still use it, and they talk of Python, but I don’t see anyone actually moving to using Python.
18.
▲
by
vamega
2y ago
GraalPy license on GitHub - https://github.com/oracle/graalpython/blob/master/LICENSE.tx...
19.
▲
by
vamega
2y ago
For anyone else reading this, the author did post this comment on the blog, and added a reply there too.
20.
▲
by
vamega
2y ago
How do you go about adopting a bench in Astoria Park?
21.
▲
by
vamega
2y ago
I’m in Astoria, I’ll go pay a visit this week!
22.
▲
by
vamega
3y ago
Oh man, I had a Bloomberg terminal, and got data from their Data License product. Even if you have all the calendars, it’s still non-trivial to apply the calendars correctly for different counterparties based on instrument and function. And
23.
▲
by
vamega
3y ago
I've borrowed money using SPX box spreads. You can get data on the recent trades and build a box spread at https://www.boxtrades.com/ There's a long thread on the Bogleheads forums about Box Spreads here: https:&
24.
▲
by
vamega
3y ago
Did you rsync in a loop? Or on demand? I used Unison at Amazon, and it was the most seamless of all the options I tried. The two way sync was especially useful for being able to open up test results in a browser locally
25.
▲
by
vamega
3y ago
How did you figure this out? I used to work at ExodusPoint (left about 3 years ago). It wouldn’t surprise me if it was ExodusPoint, but I’m not sure how one could make that connection from the article. ExodusPoint had an OMS 3 years ago, so
26.
▲
by
vamega
3y ago
Another LD_PRELOAD based solution can be found here: https://github.com/nixcloud/ip2unix I use it to run a number of services under systemd, and haven’t had any issues.
27.
▲
by
vamega
3y ago
I think the N100 specs there don't make sense. It says it'll have a PCIE 3.0 x 16 port, but the N100 chip only has a total of 9 lanes. Probably only applies to th 1235U version.
28.
▲
by
vamega
3y ago
NFS seems to be a good fit for their use cases, however I don't believe that NFS supports an `inotify` like interface which makes it less useful for usecases like virtual filesystems for developer environments. Maybe newer NFS revision
29.
▲
by
vamega
3y ago
I’ve used this before. Anyone know how is iVentoy different from netboot?
30.
▲
by
vamega
3y ago
Relevant comment from someone involved with the project. https://news.ycombinator.com/item?id=36596036
More ›