skarap | 5 years ago | on: Throw away code
skarap's comments
skarap | 6 years ago | on: Apple of 2019 is the Linux of 2000
Depends on whom you ask. There are people who use it exactly because when "things break at random" they absolutely can understand the reasons and actually fix it in contrast to some other OSes (or Linux from more recent years).
skarap | 8 years ago | on: Self-driving Uber car kills Arizona woman crossing street
In this particular case I assume the operator will be thrown under the bus, which is also unfair.
skarap | 8 years ago | on: Google's CardDAV server isn't standards compliant (2014)
skarap | 8 years ago | on: Waymo Launches Its Self-Driving Armada
Tough luck, 5 million dollars to the family?
skarap | 8 years ago | on: Linus Torvalds: “Somebody is pushing complete garbage for unclear reasons.”
skarap | 8 years ago | on: Oh shit, git: Getting myself out of bad situations
So if git is the tool you use to get your job done - don't hesitate to spend a day or 2 on reading how it works and how you're supposed to use it.
skarap | 8 years ago | on: Microsoft Intern’s Rape Claim Highlights Struggle to Combat Sex Discrimination
Couldn't Microsoft also get into trouble by hiring just one of them (the other one could have a good case for being treated unfairly)? And what if they don't have 2 separate teams which need new members? Should they create a new team just to make sure they don't heart anybody's feelings?
skarap | 8 years ago | on: Microsoft Intern’s Rape Claim Highlights Struggle to Combat Sex Discrimination
You're throwing away a datapoint - "the police decided not to press charges or Bob was found not-guilty in court".
skarap | 8 years ago | on: When the Judge Distrusts Your Lawyers
Not a lawyer, but isn't is taken for granted that lawyers (along with everybody else) are lying in courts and that it's the jurors and judge's job to find out who is lying?
skarap | 8 years ago | on: SSH vs. OpenVPN for Tunneling
$ iperf3 -c 10.1.0.2
Connecting to host 10.1.0.2, port 5201
[ 4] local 10.1.0.1 port 38274 connected to 10.1.0.2 port 5201
[ ID] Interval Transfer Bandwidth Retr Cwnd
[ 4] 0.00-1.00 sec 3.12 MBytes 26.1 Mbits/sec 0 802 KBytes
[ 4] 1.00-2.00 sec 22.3 MBytes 187 Mbits/sec 0 2.24 MBytes
[ 4] 2.00-3.00 sec 21.4 MBytes 179 Mbits/sec 0 2.45 MBytes
[ 4] 3.00-4.00 sec 23.3 MBytes 196 Mbits/sec 0 2.39 MBytes
[ 4] 4.00-5.00 sec 23.4 MBytes 196 Mbits/sec 0 2.58 MBytes
[ 4] 5.00-6.00 sec 21.5 MBytes 180 Mbits/sec 0 2.70 MBytes
[ 4] 6.00-7.00 sec 23.5 MBytes 197 Mbits/sec 0 2.68 MBytes
[ 4] 7.00-8.00 sec 22.6 MBytes 189 Mbits/sec 0 2.78 MBytes
[ 4] 8.00-9.00 sec 22.4 MBytes 188 Mbits/sec 0 2.45 MBytes
[ 4] 9.00-10.00 sec 23.5 MBytes 197 Mbits/sec 0 2.69 MBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth Retr
[ 4] 0.00-10.00 sec 207 MBytes 174 Mbits/sec 0 sender
[ 4] 0.00-10.00 sec 207 MBytes 174 Mbits/sec receiver
iperf Done.skarap | 8 years ago | on: Firefox 57.0 Released
skarap | 8 years ago | on: Firefox Send: Private, Encrypted File Sharing
skarap | 8 years ago | on: Fresh Horrors from Equifax CEO Richard Smith's Congressional Hearing
That's the only reason for most of their clients. "We get periodic security scans from a respected vendor, yes sir!".
I can't rule out that the scanners might work, but if the vendor isn't naive, they'd be optimizing for their real target audience.
skarap | 8 years ago | on: Optimizing web servers for high throughput and low latency
See https://www.cdnplanet.com/blog/tune-tcp-initcwnd-for-optimum...
skarap | 8 years ago | on: A camera that snaps a GIF and ejects a cartridge that displays it
A few months ago a friend was asking whether I know a service to convert a gif to a video. Which was also sad.
skarap | 8 years ago | on: The Difficulties of Running a Sex-Inspired Startup
skarap | 8 years ago | on: Samba 3.5.0+ vulnerability: Remote code execution from a writable share
skarap | 8 years ago | on: The Future of Go Summit – Ke Jie vs. AlphaGo
skarap | 8 years ago | on: Decommission of Cyrus Email
There is a reason. It makes people switch from own email servers to gmail.
> Over the years, I’ve used Perl a lot (that one doesn’t care if it’s int or string… no, correction, in Perl everything is a string, ints just don’t exist. Well, kind of). It’s probably the language designed for throw away coding. I’ve done some Python too (that’s like Perl, but with proper objects in it, and everything is a dictionary there).
The author has almost no real programming experience with Python. Perl experience seems to overlap with sysadmin-related work at least partially, where it's usually used as better Bash. All their repositories in GitHub are Rust. So almost all of "real" programming they did used Rust.
Why would anyone who know Rust way better than any other language prefer to do their prototypes using anything else?