Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thawkins
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
thawkins
2y ago
What LLM system does it use to run models? Does it support ollama?
2.
▲
by
thawkins
4y ago
The Ulefone 18t just lanched with the same flir sensor, but android 12, 12gb ram, 256gb flash. 9000mha battery and endoscope accessory attachment, same durability specs, marginaly cheaper.
3.
▲
by
thawkins
4y ago
I have always used howtoforge https://www.howtoforge.com/
4.
▲
by
thawkins
4y ago
There are rumours that the mstcpip stack had large parts of the bsd stack in it. I cut my teeth in windows networking using Windows for workgroups, with a novell tcpip stack and a 64kb daemon Internet Internet connection over isdn. Having t
5.
▲
by
thawkins
5y ago
I have authored 3 tech books and quite honestly I would not do it again, the shift to ebooks has allowed the publishers to cut the royalties paid on electronic deliveries, even though thier costs have been cut. I found that the majority of
6.
▲
by
thawkins
5y ago
what's the point of having a bunch of ram sitting around doing nothing, I would rather have a system that had zero free ram but managed its address space well, so that changing ram usage was painless. why pay good money to have hardwar
7.
▲
by
thawkins
5y ago
In both Canada and the UK there is also private systems available that you can decide to avail yourself off, which like the US system will charge you into bankruptcy but will give you the immediacy you desire, then you get to have a choice
8.
▲
by
thawkins
5y ago
That should possibly be something that is added directly to the licenses, you can take my product free of charge, but if you want changes you have to pay me at this rate. Put contact details and an expiry date on the deal so people can'
9.
▲
by
thawkins
5y ago
https://www.pcbway.com/project/shareproject/CNC_Pro_Shield_V...
10.
▲
by
thawkins
5y ago
is there not an opportunity to implement the posix filesystems interface on top of something other than a block device system. That would be fun.
11.
▲
by
thawkins
5y ago
But its a fun thing to do, and that's a good enough reason to do it. After all is that not exactly how Linux came into being anyway.
12.
▲
by
thawkins
5y ago
Absolutely, plus I have seen a bunch of people going mental about not being able to reach friends or family because WhatsApp is down, when WhatsApp uses the person's phone number as a means of addressing messages, just dial them and ta
13.
▲
by
thawkins
5y ago
I use kind with podman running rootless, it only works on systems with cgroup2 enabled. But it's very cool. Conventional k8s with docker has a number of security gotchas that stem from it effectivly running the containers as root. Wit
14.
▲
by
thawkins
5y ago
I would advise getting your blood sugar levels checked, high blood sugar has a negative effect on eyesight, and given that during pandemic many people have cut exercise and may have started snacking more. There is a strong correlation betwe
15.
▲
by
thawkins
5y ago
Interestingly it's exactly what the PHP memory model does, each request is a shared nothing VM space, nothing survives the end of the request, even if allocated memory objects don't get free'd.
16.
▲
by
thawkins
6y ago
yep each transputer had 4 serial links, which could be connected in matrixes, and allow data to be moved across the array directly. They used a language called OCCAM, and there was an OS called TAOS that allowed you to run various transpute
17.
▲
by
thawkins
6y ago
Becuase macosx containers run inside a Linux VM, not on the native host OS, same with Windows;
18.
▲
by
thawkins
6y ago
Have you considered looking at med tech or web systems that support your current career. The best developers are ones that also have domain knowledge.
19.
▲
by
thawkins
6y ago
Do you know if docker and minikube work inside wsl2? I loaned my only windows machine to a colleague and won't get it back for a week or two, otherwise I would check it out myself.
20.
▲
by
thawkins
6y ago
Does it have an rc.local equiv that you can script those service starts into. Something like the docker entry-point would also work.
21.
▲
by
thawkins
6y ago
I must admit while this cool, what I really want is a standard dirtcheap 8 to 10 inch Android tablet with a hackable OS and a row of gpio pins on it like the raspberry pi. $50 will get you a lot of power and convience today as these things
22.
▲
by
thawkins
6y ago
Does that not just encourage them?
23.
▲
by
thawkins
6y ago
Perhaps the company is growing, and has identified that the lack of code review on commits is creating quality issues.
24.
▲
by
thawkins
6y ago
Git branching and merging vastly out classes svn, coupled with its ability to version directory deletes and renames which svn struggled with, it makes much more sense than svn. Most SVN workflows did not use branching and merging, becuase i
25.
▲
by
thawkins
6y ago
As a developer of automotive ecommerce sites, it is very common for sites to list a higher price 0h the catalog, and show the true (generaly lower) price in the cart. This is becuase the businessmodels are highly margin sensative, and compe
26.
▲
by
thawkins
6y ago
Gitlab needs to be able to mix licenses on a single system, its current model requires all accounts in an org to operate at the same level, try selling a 1000 seat ultimate license at 99/user/month to tbe average sme. In all compa
27.
▲
by
thawkins
6y ago
You can also tie json-schema descriptions to collections and have it throw validation fail exceptions on writes that fail validation.
28.
▲
by
thawkins
6y ago
Mongodbs newer versions support schema validation by allowing you to register a JSON-Schema description against a collection and validate writes against It.
29.
▲
by
thawkins
6y ago
Mongodb now supports effectivly "Joins" in its aggregation framework, so it can do some relational style data representation. The latest versions also support transactions.
30.
▲
by
thawkins
6y ago
There are commercial tools like blackduck, sonartype/nexus which are used to sczn dependancies of not1 just node code, and highlite ourof date packages, known vulnerabilities, and license problems.
More ›