Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
keithnoizu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
keithnoizu
2mo ago
am i in danger? https://therobotlearns.com/
2.
▲
by
keithnoizu
3y ago
I feel like the explicitly go out of their away to avoid building in custom instructions/increased prompt context to lower their costs so this is a bit of a work around.
3.
▲
by
keithnoizu
3y ago
copilot scans open files so I mention the file name in my prompt or reference the file explicitly using the reference file option in the chat window in the intellij copilot chat beta. ``` Follow the instructions for preparing responses from
4.
▲
Getting around prompt input limits in copilot
(therobotlives.com)
2 points
by
keithnoizu
3y ago
|
5 comments
5.
▲
by
keithnoizu
3y ago
I came across a nice little solution in copilot X and copilot 365/pro for including and referencing custom instructions to add behavior/formatting support to copilot (e.g. edit mode, article writing mode, documentation writting mo
6.
▲
by
keithnoizu
3y ago
and I felt like a rebel just using vga x mode.
7.
▲
by
keithnoizu
3y ago
Which is fundamentally different from how our brain chains together thoughts when not actively engaging in meta thinking how? Especially once chain of thought etc. is applied.
8.
▲
by
keithnoizu
3y ago
You can tell GPT to output sentiment analysis and mind reading of user intent, what it believes the user's underlying goal is. It becomes less responsive if it finds the user to not be friendly or perceives them as trying to achieve a
9.
▲
by
keithnoizu
3y ago
Yes, I have a similar solution.
10.
▲
by
keithnoizu
3y ago
Not my stuff but maybe in a few weeks as there's some additional concepts involved. https://github.com/noizu-labs-ml/noizu-ops https://github.com/noizu-labs/noizu-collab
11.
▲
by
keithnoizu
4y ago
I was really blown away by how well erlang/chicago boss handled throughput when I first gave it a spin. A webpage I converted over handled multiple orders of magnitude more incoming requests before failing than the php version it repla
12.
▲
by
keithnoizu
5y ago
yep, prepriming the cache rather than passively allowing it be rebuilt by request/queries can also result in some nice improvements and depending on replication delay across database servers avoid some unexpected query results reaching
13.
▲
by
keithnoizu
5y ago
I'm talking back-end not in app data caching. I would also cache misses there as well but with less aggressive ttl.
14.
▲
by
keithnoizu
5y ago
Yes. I handle around a million requests per minute. I exponentially increase the cache period after subsequent misses to avoid an outage ddos the whole system. This tends to be beneficial regardless of the root cause. edit this is especi
15.
▲
by
keithnoizu
5y ago
DNS is back, looks like systems are still coming online.
16.
▲
by
keithnoizu
5y ago
Yep, I always make it a point to cache cache-misses in my code.
17.
▲
by
keithnoizu
5y ago
I came here to move fast and break things, and i'm all out of move fast.
18.
▲
by
keithnoizu
5y ago
some poor engineer is sobbing over a split brain mnesia cluster right now praying to get the thing back up.
19.
▲
by
keithnoizu
5y ago
somewhere an engineer is begging a mnesia instance to come back online.
20.
▲
by
keithnoizu
5y ago
Atlassian has a reputation for poor engineering/backend practices. It's a great (to use) product though.
21.
▲
by
keithnoizu
5y ago
print some spoof news articles periodically and sue them when they duplicate your "parody content" like the yellow books used to do to prevent duplication of phone numbers.
22.
▲
by
keithnoizu
6y ago
True, but even if we were say 80% confident in each rebuttal being the true reason chained together the odds of those all being correct is pretty small. Although of course it could be due to alternative rebuttals being the correct ones. At
23.
▲
by
keithnoizu
6y ago
Or when the spanish invaded the aztec empire.
24.
▲
by
keithnoizu
6y ago
right after I shamed them on twitter. I take responsibility despite it unlikely having any impact.
25.
▲
by
keithnoizu
6y ago
Still down for me. Must not be a "vast majority of users" bit of a premature "green" on that.
26.
▲
by
keithnoizu
6y ago
mercury was better but . . . really?
27.
▲
by
keithnoizu
6y ago
Imagine for example that you have per record caches. You can run a query to get ids with out joining to the table and then simply fill in any gaps in your cache with a follow up query.
28.
▲
by
keithnoizu
6y ago
It depends. Regardless there is limited CPU, and so any scenario in which a stored procedure uses more CPU than a simple query will cause you to hit that saturation point sooner. I generally have layers of caching on top of the sql server s
29.
▲
by
keithnoizu
6y ago
I'm of the same mind. The way in which new antibiotics are identified for example.
30.
▲
by
keithnoizu
6y ago
On high volume applications I would avoid it since it's usually easier to horizontally scale web servers than sql servers, and it makes cache strategies more difficult depending on how and what you're querying.
More ›