Forgot your password?
typodupeerror

Comment Re:My first 486 story is compute-bound (Score 3, Funny) 112

Yeah, early '90s I got a school computer lab to run as a render farm overnight. Had a script that would lock the systems from 11PM - 5AM (building was closed/empty 10PM - 6 AM). Everything worked fine until a power blip shut down the systems. On reboot, they were all locked and my script wasn't running to unlock them.

Luckily, my gf at the time was working as lab assistant, checked on lab before first class and called me (just for technical help). She was pissed when I explained that I had caused the issue but we were able to get everything reset in time for class.

Still, the Comp Graphics prof suggested I look for a career in IT instead of fine arts. Took his advice; the future was so bright I had to wear shades.

Comment The fines are very small. (Score 3, Interesting) 28

The fines should be proportional to actual damage caused (ie: 100% coverage of any interest on loans, any extra spending the person needed to do in consequence, loss of compound interest, damage to credit rating along with any additional spending this resulted in, and any medical costs that can reasonably be attributed to stress/anxiety). It would be difficult to get an exact figure per person, but a rough estimate of probable actual damage would be sufficient. Add that to the total direct loss - not the money that went through any individual involved, and THEN double that total. This becomes the minimum, not the maximum. You then allow the jury to factor in emotional costs on top of that.

In such cases as this, the statutary upper limit on fines should not apply. SCOTUS has repeatedly ruled that laws and the Constitution can have reasonable exceptions and this would seem to qualify.

If a person has died in the meantime, where the death certificate indicates a cause of death that is medically associated with anxiety or depression, each person invovled should also be charged with manslaughter per such case.

Comment Re:I run Debian and i3 / Sway (Score 2) 108

I mostly run application fullscreen and switch between them. The only exception is when I'm comparing the content of two windows (in which case I tile horizontally or vertically) and file selection (floating).

When an application uses the entire screen without the window decorations needed in a regular window manager, a screen's limited real estate is in fact better used in a tiled window manager.

Comment I run Debian and i3 / Sway (Score 4, Interesting) 108

on all my machines. Once you get past the tiled window manager paradigm - if you've never used one before - you realize how fast and seamless it is, and it truly is the least common denominator in terms of memory usage.

I left Mint (which is really a Ubuntu derivative) years ago, and now i3 / Sway let I have the same unified desktop on all my machines, fast or slow, new or old, and they all feel perfectly usable.

I highly recommend spending the time to create a i3 or Sway config file. It's well worth the effort and it's a one-off.

And if you just want to try i3 or Sway on your existing distro, install it and simply change the Window manager for your user in the display manager: it lives totally independently of whatever your currently use, so it's risk-free.

Comment We need to increase the penalties. (Score 3, Funny) 49

I suggest:

First offence: Have to watch CSPAN for 5 hours a day, for a week, without sleeping through it - evidence to be provided in court

Second offence: Have to sing Miley Cyrus songs and Baby Shark on TikTok - sober

Third offence: License to practice and all memberships of country clubs and golf courses revoked

Comment Re:TypeScript? (Score 4, Informative) 65

That surprised me, too. TypeScript is a very poorly-congealed ("designed" seems a bit strong) language.

Of the two popular scripting languages - python and ruby - python probably makes more sense as you can compile into actual binaries if you want.

For speed and parallel processing, which I'd assume they'd want, they'd be better off with Tcl or Erlang, both of which are much much better suited to this sort of work.

Slashdot Top Deals

One can't proceed from the informal to the formal by formal means.

Working...