HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ixs

no profile record

comments

ixs
·hace 2 años·discuss
Worked at a web property that took scrum, used it and found it lacking in certain cases for development. They Extend it And called the new creation beyond scrum, abbreviated as BS snickers.

Unrelated to the shortcomings we found that Scrumm with the timeboxing concept did not work for infrastructure teams. You cannot just time box most Infrastructure task and just ship whatever you have when you exceeded your initially planned timeframe.

We came up with Kanban as a way to document progress. The swimming lanes together with a limit on things that can be simultaneously in flight served to mirror reality as an operational team much better than pure Scrum.
ixs
·hace 3 años·discuss
Southwest 1380 would like a word with you.

Southwest Airlines Flight 1380 was a Boeing 737-700 that experienced an uncontained engine failure[a] in the left CFM56-7B engine after departing from New York–LaGuardia Airport en route to Dallas Love Field on April 17, 2018. […] One passenger was partially ejected from the aircraft and sustained fatal injuries[…]

https://en.m.wikipedia.org/wiki/Southwest_Airlines_Flight_13...
ixs
·hace 3 años·discuss
If the person on the phone had said “Capone, Al” instead of “Uh…” he’d possibly not gone to jail.

Even ill gotten gains are taxable and the theory of one crime at a time suggests that even “other, unspecified” could be with paying taxes on to reduce the likelyhood of successful criminal persecution.
ixs
·hace 3 años·discuss
I would posit that the fee for tje airline ticket or the fuel and upkeep for your car is a transaction fee levied on cash transactions.

Sure, the bill itself is untouched, but the fee is still extracted.
ixs
·hace 3 años·discuss
If all you require a warm bodies to do menial tasks or low- to no-skilled labor? Sure, Pakistan and Africa will be happy to provide these.

If you are trying to rebuild your high-tech industry, however, you require educated people.

And why would these go to Russia if they can go to Europe or the US? Immigrating to Russia with possibly be easier, but it’s still Russia…
ixs
·hace 3 años·discuss
I think they store data in DXF. Should be pretty standard thus.
ixs
·hace 3 años·discuss
I‘ve been working with sweet home 3d a bit but then gave up on it after running into rendering issues.

Found https://pcon-planner.com/en/?privat=530&page=126 instead which is windows only and bon-open source but effectively free.

Pretty impressive stuff. Been very happy so far.
ixs
·hace 3 años·discuss
For fun: This actually runs the Java Applet KVM viewer on a SuperMicro X7 board: https://github.com/ixs/kvm-cli/blob/master/kvm_x7.py

1. Downloads the data from the IPMI interface

2. Modifies the files to run locally

3. Writes out a Java configuration with weak security settings so that TLS works with the deprecated ciphers.

4. Fires off a socat instance to redirect the localhost ports to the remote IPMI device.

5. Starts appletviewer locally.

Great fun writing that. Thank god we decomissioned the last X7 based storage appliances a while ago...
ixs
·hace 3 años·discuss
There are reasons for tools like https://github.com/ixs/kvm-cli. It seems like every operations team built their own version that logs into the web interfaces, downloads the java stuff and then runs it locally...

Just annoying.
ixs
·hace 3 años·discuss
I was just fiddling around with a SuperMicro X8 IPMI the other day. The X8 IPMI stuff is terrible, e.g. the warning that your Java installation is outdated on opening the website etc.

Turns out, you can actually install X9 IPMI firmware on X8 boards as the platform files are still shipped. Might be worth checking out, if this improves things for you. It did for me.

Check out https://github.com/devicenull/ipmi_firmware_tools for unpacking (and repacking) the SuperMicro firmware. The developer just merged my patches making it work with some of the X8 boards. As long as your board is listed in /etc/defaults of the IPMI tree you should be good.