Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
t90fan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
1.
▲
by
t90fan
9mo ago
> associated with open source software for digital object repository systems and that Red Hat could use the name when it was clearly associated with open source computer operating systems.' If it's as worded, I'm surprised
2.
▲
by
t90fan
1y ago
Things like RDX backup cartridges have a physical write protect lever on them A few years ago (before affordable cloud backup offerings) this was fairly common for Small Businesses to use, for this reason.
3.
▲
by
t90fan
2y ago
we had a 20 TB ballpark (so I would guess many tens or even hundreds of billions of rows for sure) postgres database at a place I worked in ~2015, hosted on-prem, I don't recall it causing them too much hassle, main thing I remember wa
4.
▲
by
t90fan
2y ago
ntl? me too!
5.
▲
by
t90fan
3y ago
> wasn’t leaded gas banned in the 70s? Don't know about the US, but we had leaded petrol (gas) for cars much later here in the UK, ~2000 at least. I remember my mum's Austin Metro (which was from the early 90s/late 80s) ra
6.
▲
by
t90fan
3y ago
The sacking of Rome by the Goths in 410
7.
▲
by
t90fan
3y ago
thats great for tape only marginally slower than your average SSD
8.
▲
by
t90fan
3y ago
similar to what we have had in the UK for a good while too, there is one with a sad limp looking cigarette and SMOKING CAUSES IMPOTENCE which I find very effective, more so than the ones of tumours even.
9.
▲
by
t90fan
3y ago
15-40 minutes depending on what tests are run/skipped (the integration tests are pretty numerous/slow)
10.
▲
by
t90fan
3y ago
I can't remember exactly what the use case was but we used at my old work (Start up providing a Web CDN/WAF type service, think the kind of stuff CloudFlare does nowadays) in ~2013 for some sort of batch processing analytics/
11.
▲
by
t90fan
3y ago
The latter, UHT isn't popular at all here in the UK, unlike on the continent.
12.
▲
by
t90fan
3y ago
Running regular incremental repairs is the norm, as nodes will from time to time have trouble talking to each other due to real world network reasons, or will go down, for things like OS patching. We had a (daily) cron job for it. I come fr
13.
▲
by
t90fan
3y ago
probably? Every tech company I've ever worked at, normal devs have had administrator access on their own Mac or Linux workstations, its only usually the sales/product folks who have locked down Windows machines. And most SRE folks
14.
▲
by
t90fan
3y ago
QT is used a lot in Embedded systems. Years ago, I used to write software for medical devices which used QT, and those were supported in the wild for 10 years. I think its also popular in cars and stuff nowadays.
15.
▲
by
t90fan
5y ago
> Aside from the whole, well... lack of HTTPS support in any browser you could possibly use on that OS. Also in Win95. And Win98. But regardless... Use a proxy running on your LAN. The proxy connects to the site over modern HTTPS (i.e. T
16.
▲
by
t90fan
5y ago
Containers are 2 (20ft) or 4 (40ft) tonnes (roughly) unloaded. And they can (if I remember right) contain 20 tonnes or so, of cargo. Our current chinooks can handle 10 tonnes, and the old models could carry 4, if I recall. And probably less
17.
▲
by
t90fan
5y ago
Lenovo make Android One phones. I got a new Moto G Pro from them this year. Very good phone for the price.
18.
▲
by
t90fan
9y ago
thats more an artefact of the fact that most of our prisons were built in the 1800s. 2 in a cell is common. Until the 90s they never had indoor plumbing either, only buckets in the cells. https://en.wikipedia.org/wiki/S
19.
▲
by
t90fan
9y ago
Scanning can lead to arrest in some places. In the UK for example, the computer misuse act says that using any tool with the intent of accessing a system (without actually doing so, let alone doing so successfully) is an offence.
20.
▲
by
t90fan
9y ago
MS windows ships with a lot more drivers, and translations, or one.
21.
▲
by
t90fan
9y ago
Well, on account there isnt really a working AD or SMB implementation, little printing support, and most NICs arent supported (also: no wireless at all), then I would say there is little attack surface :)
22.
▲
by
t90fan
9y ago
Ada?
23.
▲
by
t90fan
9y ago
Do you have a 3rd party bootloader installed? OR non-apple hardware? You get that error if you are not using the official apple firmware/UEFI bootloader - I saw it a few releases ago when trying to do an install on a machine with an op
24.
▲
by
t90fan
9y ago
I am. Lots of us about, mostly work in Banking.
25.
▲
by
t90fan
10y ago
+1 for spring boot. I dont use the rest repositories/hateos stuff much. But mvc/data/security, are solid. The netflix cloud stuff is really nice too, for circuit breaking/routing/discovery.
26.
▲
by
t90fan
10y ago
We used Python with Django (and django-rest-framework) in my old (non-financial) shop, and it was fine.
27.
▲
by
t90fan
10y ago
Spring (normal or boot) MVC, mostly. Or Jax-RS/Jax-WS with Jersey/CXF/whatever, if you want to stick to standard EE technologies. 95% of our stuff is Java/Spring (big SOA, banking sector). ESB/Gateway is normally Mu