Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ickyforce
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ickyforce
2mo ago
I tried this with Gemini 3.6 Flash Me:how many P's are in the following text? [Pasted text with 10 P's] Gemini: There are 9 "P"s (1 uppercase P and 8 lowercase ps) in the provided text. [List of words except the one miss
2.
▲
by
ickyforce
3mo ago
Mostly 30 years of people writing code.
3.
▲
by
ickyforce
3mo ago
seriously, what was the point of this comment?
4.
▲
by
ickyforce
4mo ago
What's wrong with Apple push notifications in China?
5.
▲
by
ickyforce
6mo ago
> and any decent formatter will split up long lines Any decent editor can wrap long lines on demand. But it's even better not to have to do either of those if not necessary. > I've felt strongly for a while now that abbrevia
6.
▲
by
ickyforce
2y ago
> So unless those pools are full of primitive data types, you’re going to cause more frequent full GC pauses, and longer due to all the back pointers. If you have enough objects pooled to get low allocation rate then you never trigger fu
7.
▲
by
ickyforce
2y ago
> each world was spherical (...) suddenly orienting the map was a challenge The other downside was the fact that it was possible to assault arbitrary points - e.g. drop units from orbit in the middle of enemy base. It required much more
8.
▲
by
ickyforce
2y ago
CME documentation states: "LMM – CME Designated Lead Market Makers are each allocated a configurable percentage of an aggressor order quantity before the remaining quantity passes to the next step." Certain matching algorithms all
9.
▲
by
ickyforce
2y ago
I have tried various approaches and here's what worked best, assuming that there is some natural way to partition most of the data (e.g. per account): 1. Init the DB with some "default" data - configuration, lookup tables, et
10.
▲
by
ickyforce
2y ago
I don't know, it wasn't generated by me, I just found it in the "explore" tab. I tried to generate something similar and this came out: https://app.suno.ai/song/24dddb7b-5a10-45a2-8f52-94d627030c3...
11.
▲
by
ickyforce
2y ago
Some of these are just "nice" but I'd probably buy this one: https://app.suno.ai/song/abddd209-4ad7-469d-82b9-f0117db0e51...
12.
▲
by
ickyforce
3y ago
> GIT is already best model for keeping history of textual changes Git doesn't even keep history of changes, just snapshots before and after the changes. A very common problem is viewing history of a single file as it gets modified
13.
▲
by
ickyforce
3y ago
It's not just the type of work but also experience. Here are two cases: 1. After working for many years in Java I needed to build a service. I spent few days designing it and then a month on implementation. I used DBs and libraries I k
14.
▲
by
ickyforce
3y ago
Oh, nice, thanks. I haven't been using github recently, it looks like this option was added ~1.5y ago.
15.
▲
by
ickyforce
3y ago
In my opinion PR/changeset description is exactly what should be in the commit description. In cases were we had 1 commit per PR (i.e. squashing before merging) just copying the PR description into merge commit worked really well - the
16.
▲
by
ickyforce
3y ago
> I don't see how replacing the "it works on my machine" with "it works in this VM" is much better. It is the same problem. It's not that. It's replacing "it works on my machine and I'm not su
17.
▲
by
ickyforce
3y ago
> I'm very curious to hear from someone who likes DI in a non-OOP language - why? The alternative to DI is keeping dependencies in a global state (global variables, singletons, whatever) and that is a maintainability nightmare for a
18.
▲
by
ickyforce
3y ago
Time from enqueue to start isn't a good metric - it completely disregards the queue size. Enqueuing 1M jobs won't change this metric as it only updates once the job reaches the front of the queue, and when the 1Mth job does that t
19.
▲
by
ickyforce
3y ago
Looks interesting, I'll probably try it. I think that the area where I'd love some tool to help me would be keeping track of phone calls - ideally even attaching recordings to a proper company, transcribing them and summarizing. I
20.
▲
by
ickyforce
3y ago
I don't think her conclusion is correct in this case (that it's all about chronological order). It's not about what happens first but about levels of abstraction. It doesn't make sense to say that we want to decide on th
21.
▲
by
ickyforce
3y ago
"What OOP users claim" -> https://i.imgur.com/KrZVDsP.png
22.
▲
by
ickyforce
3y ago
> but nothing really production-ready that I'm aware of Here are some: http://hdrhistogram.org/ https://prometheus.io/docs/practices/histograms/ (Victoria Metrics is also worth lookin
23.
▲
by
ickyforce
4y ago
Ha, that's true, thanks! I guess my Java-fu is weak these days :)
24.
▲
by
ickyforce
4y ago
This is completely another level of "issues" than other problems in this thread. During code review I'd only mention it as a nit. The longer form is correct and the only downside is that's a bit longer. It doesn't m
25.
▲
by
ickyforce
4y ago
Jira has a search bar which seems ok-ish. Except that I have to wait 10s after I open Jira for the search bar to start working because it's probably the last thing to become interactive after a page load :|
26.
▲
by
ickyforce
4y ago
I haven't used them for real but (briefly) evaluated with the intention to maybe replace Jira, about a year ago. Space wasn't there yet. IIRC the main issue was lack of a way to set custom fields via API, or some weird restriction
27.
▲
by
ickyforce
5y ago
> Using micro-services instead of monoliths is a great way for software engineers to reduce the complexities of their code Could you share why you think that's true? IMO that it's exactly the opposite - microservices have poten
28.
▲
by
ickyforce
5y ago
I don't like the fact that I need to grant read/write access to all public and private repositories to use the dashboard or create PRs. I know that github has no decent solution to limit access scope to 1 repository but this is th
29.
▲
by
ickyforce
5y ago
My card expired and now I'm getting every month a notice that my AWS account is going to be suspended. It's been 2 years...
30.
▲
by
ickyforce
5y ago
It's ok except the wrapping rules. Everything turns out into vertical grotesque - and TypeScript has longer lines because of type names so it wraps often.
More ›