Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
acutesoftware
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
27 ms
·
1.
▲
by
acutesoftware
10d ago
That is good, but it should be qualified a little. If the algorithm simply says "sort by most recent", then it is pretty good. It is the profit driven algorithms that are doing the damage.
2.
▲
by
acutesoftware
3mo ago
> and maintain This right here is the key difference! Yes anyone can vibe code a replacement for many apps - but will it still run 2 years later (assuming they get it 'running' in an prod environment at all
3.
▲
by
acutesoftware
6mo ago
This highlights that all RAG systems should be using metadata embedded into each of the vectorstores. Any result from the LLM needs to have a link to a document / chunk - which is turn links to a 'source file' which (should)
4.
▲
by
acutesoftware
8mo ago
Nice to see old tech revitalised - I had fun with the Australian version of a Z80 single board computer - https://en.wikipedia.org/wiki/TEC-1
5.
▲
by
acutesoftware
8mo ago
I am using LangChain with a SQLite database - it works pretty well on a 16G GPU, but I started running it on a crappy NUC, which also worked with lesser results. The real lightbulb moment is when you realise the ONLY thing a RAG passes to t
6.
▲
by
acutesoftware
8mo ago
I am working on a local RAG LLM designed for lower end PC's - ability for people to try out searching their own documents, seeing it was such a learning curve to get to this stage - hoping others can learn from my mistakes. https:
7.
▲
by
acutesoftware
11mo ago
Switching models when running locally is fairly easy - as long as you have them downloaded you can switch them in and out with a just a config setting - cant quite remember, but you may need to rebuild the vectorstore when switching though.
8.
▲
by
acutesoftware
1y ago
I think it was the modal dialog box that forced you to stop what you were doing and click 'piss off clippy', rather than being able to ignore it.
9.
▲
by
acutesoftware
1y ago
> Some people love programming, for the sake of programming itself. And this is what is causing the friction against LLM's (which are quite useful for getting up to speed with a new concept / language ), the programming itself
10.
▲
by
acutesoftware
2y ago
Very well done - it took me several attempts to get the hang of Blender and I still only know / used half those shortcuts. Thanks for the easy to use tips!
11.
▲
by
acutesoftware
2y ago
I think Google has lost all faith in terms of keeping projects around - especially when they involve data locked into a mildly complex system without a complete migration path out. I would be wary investing time in learning / using any
12.
▲
by
acutesoftware
2y ago
Cyc seemed to be the best application for proper AI in my opinion - all the ML and LLM tricks are statistically really good, but you need to parse it through Cyc to check for common sense. I am really pleased they continue to work on this -
13.
▲
by
acutesoftware
3y ago
Our ETL process is heavily monitored so we never miss a days data, but we got a surprising error "cant build aggregates - missing data, aborting MV refresh, data will be a day old". It was the year to date (YTD) calculation - no d
14.
▲
by
acutesoftware
3y ago
> "You can't just take the CSS stylesheets and references and store them." Yes you can - just save them locally?
15.
▲
by
acutesoftware
3y ago
Well, you can - you can have a policy that forces payments from a select group. Some users will complain when "No, you cant pay with 2 chickens every 3rd full moon", but that is too bad.
16.
▲
by
acutesoftware
3y ago
Oracle requires you to login to get access to most support documents now.
17.
▲
by
acutesoftware
3y ago
https://www.lifepim.com/blog Very low frequency updates mainly about information management and data. Most popular article was "What software will you trust when you get senile?" - https://www.lifepim.c
18.
▲
by
acutesoftware
3y ago
This is really impressive, even the trees look pretty good which appears to be tricky to do with procgen stuff. A nice next step or addition would be to take the results and remesh them to lower poly models so it can be used in a game engin
19.
▲
by
acutesoftware
3y ago
In terms of Unreal blueprints they may be low syntax but they are not low code - you still need to know software development techniques or you will end up in a pile of garbage very quickly (which you can also do with any other language).
20.
▲
by
acutesoftware
4y ago
1. Lots of additional data breaches will make more users wary of using cloud apps for personal data. This will cause more power users to move to desktop / local first apps. 2. AI will improve and showcase several new cool 'tricks&
21.
▲
by
acutesoftware
4y ago
This is very cool, though as others have said it is fairly resource intensive. I'd love to see a schematic exported or even shown as you press simulate (you clearly have it the components and links in memory somewhere to do the simulat
22.
▲
by
acutesoftware
4y ago
Not that recent, but another 2 good games are: Evolve ( https://pmotschmann.github.io/Evolve/ ) start as cells, evolve to humans (or anything), craft stuff, conquer space Swarm Simulator ( https://www.swarms
23.
▲
by
acutesoftware
4y ago
Oh that's just great - I was planning to muck about with some odd coding tonight, but I guess I'll be playing this (awesome) game again.
24.
▲
by
acutesoftware
4y ago
I think this is useful in that you don't need to use any specific render package. It is nice to have a baseline of materials in an open accessible form.
25.
▲
by
acutesoftware
4y ago
The sounds generated by this are very impressive - it is an actual simulation of the entire combustion process. Best parts are the engine sound under load, slight delay when opening throttle and changing down a gear to force engine braking.
26.
▲
by
acutesoftware
4y ago
Blender is the pinnacle of what Open Source software applications can achieve. It started off with great features, but really difficult to use (for non artists), yet has gotten much better over time. The number of features grows faster than
27.
▲
by
acutesoftware
4y ago
No notifications at all - phone is on silent at all times. Though I do have a good habit of checking messages and emails every hour, so it isn't that bad for others. (Desktop is different, teams / slack is on all the time with pop
28.
▲
by
acutesoftware
4y ago
### Disk and Hardware Hardware Summary sudo lshw -short Get the total disk space left and summary of folder usage df -h .; du -sh -- * | sort -hr Simple partition summary lsblk What version of Linux are y
29.
▲
by
acutesoftware
4y ago
I love writing personal programs - you get to re-invent the wheel your own way to learn exactly how things work, with no code reviews or people shouting "[BLAH] ALREADY DOES THIS". Sometimes you just want to code and see if you ca
30.
▲
by
acutesoftware
4y ago
That's great, and I am sure it is cool, but I don't trust Google to keep products maintained any more. I won't be trying it out.
More ›