Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aksx
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
aksx
4y ago
What do you use to index image vectors? Does a "retrieval based modal" not require an index?
2.
▲
by
aksx
4y ago
Maybe because other people search in different places. Events/Businesses: Google Maps, Instagram Trend/Tutorials: Tiktok, IG Reels News: Twitter/Social Media/News Outlet of choice Google is for searching new sources of i
3.
▲
by
aksx
4y ago
PTG => Parse Thingy: https://poi.apache.org/apidocs/dev/org/apache/poi/ss/formula...
4.
▲
by
aksx
5y ago
So many interesting findings in the post. The tantivy binary search & rust binary search only has one different at the end, knowing the size of the slice ahead of time, right? Could the rust compiler infer the size ahead of time?
5.
▲
by
aksx
6y ago
Even if your current employer let's you talk about specific numbers, without context they don't tell the recruiter anything. "The API latency was 10 seconds, now it's 8.5 seconds." or "I reduced the p99.9 laten
6.
▲
by
aksx
6y ago
So costco pays a small companies to sell their product and extract sales data. Should amazon start paying small companies at the same margin that costco does?
7.
▲
by
aksx
6y ago
i suggested building this at a bigco where i work last year, built a prototype using postgres and wrote the design doc. sadly it wasn't picked up. Congrats on product, there is a big market for it
8.
▲
by
aksx
7y ago
zoekt is absolutely awesome, I was reading it’s code yesterday to figure out how it does ngram indexing and search.
9.
▲
by
aksx
7y ago
Capitalism is the way a system set of connections between subsystems and politics is a way to reorganize a system from within itself. > can the system still be simplified enough to grasp it well enough to change it? That would be a model
10.
▲
by
aksx
7y ago
I am all for the Go idiom that variable name length should be directly proportional to it's scope, the code samples in the post have take it a bit too far and make the code harder to read. it would be so much more readable if the struc
11.
▲
by
aksx
7y ago
Why do you hope so? Vala is a decent language which let's users build Gtk applications easily.
12.
▲
by
aksx
7y ago
Sometimes it's not about show how smart they are, developers aren't clear about the code they are writing. when I write code for a concept i don't understand completely, it tends to be complex and cryptic. I'll go back t
13.
▲
by
aksx
7y ago
H1B is a lottery: https://en.wikipedia.org/wiki/H-1B_visa#Lottery You might be thinking of the L1 visa
14.
▲
by
aksx
7y ago
> the evolution of slave labor is going to make the H-1B horror stories from the 90's to the present sound like fairy tales. Sorry, english is not my first language. can you please elaborate on what you mean?
15.
▲
by
aksx
7y ago
Immigrant here, and I can read, write & speak english. If i don't have a job with a company willing to sponsor my visa I would have to get back on the boat and leave. My friends, who are from smaller countries have the privilege bu
16.
▲
by
aksx
7y ago
can you please link the study?
17.
▲
by
aksx
7y ago
> This is a little silly. Is it though? I interpreted question the following way. "Rust is a tool in my tool box, when the reason for picking it over other tools isn't demonstrably true, what am i doing wrong?" I agree wit
18.
▲
by
aksx
7y ago
>The Server package contains the Register function. Main package implements the QueryUser function that does the work of querying the DB. When Main calls Server.Register to register the function with Server, it sends the function name (Q
19.
▲
by
aksx
7y ago
>Poor programmers are optimistic completely agreed, just had a long conversation with a junior engineer about how adding a cache would not solve a complex architectural problem and just add more complexity. > All those are indicators
20.
▲
by
aksx
7y ago
>The best parts of rust's error handling are the try!() macro (aka `?`), Go's way of providing try!() macro is less magical but almost as useful.[1] > From/Into error types allow the compiler to wrap types or convert be
21.
▲
by
aksx
7y ago
> AWS to provide a docker on lambda option isn't that AWS Fargate?
22.
▲
by
aksx
8y ago
They are important in Haskell because they allow "real world" tasks to performed and give the ability to reason about functions. They are _useful_ for non-pure function programmers because it's a tool in the tool box which ca
23.
▲
by
aksx
8y ago
that's a good generalization but has one small thing missing. The main benefit of a monad is composition. It allows a programmer to chain computation and put some logic in the chaining. It's the difference between f(g(h(x)))
24.
▲
by
aksx
8y ago
are you following a book or a website for the recipes? I would love to cook more at home but it takes time to find good recipes.
25.
▲
by
aksx
9y ago
Do as the docs says not as the doctor does.
26.
▲
by
aksx
9y ago
Financially. Engineers are still Indians
27.
▲
$9 IoT Board – Bolt IoT
(kickstarter.com)
4 points
by
aksx
9y ago
|
0 comments
28.
▲
by
aksx
9y ago
or a bad commit being deployed on their fleet.
29.
▲
by
aksx
10y ago
but wouldn't you still require [Stack size] * [num concurrent connections] space? pooling just means that there won't be the cost of creating a new thread on all/most connections.
30.
▲
“Don’t You Miss Programming?”
(zef.me)
1 points
by
aksx
10y ago
|
0 comments
More ›