Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:So popular and important (Score 2) 16

It's not too late. Many people don't really care about being fast, it's just about doing the challenges for fun. I know people who don't even start each year until they finish work later in the month and then do several days worth of challenges each day to catch up. I started on time this year, but I am now a couple of days behind because I was busy all weekend.

Comment Re:Rust is a waste of duplicated effort (Score 4, Informative) 83

Improving c compilers is a useful exercise, and should continue happening anyway, but that doesn't solve the same problems that Rust solves.

Regardless of how good a c compiler is, it simply doesn't have the information available at compile time that a Rust compiler has available, enabling it to offer unique safety guarantees.

As for missing drivers, I don't see any suggestion that those working on adding Rust support would otherwise have been working on wifi drivers anyway.

Comment Re:Since when did two == several? (Score 1) 27

Couple does not have to mean exactly two.

https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fwww.merriam-webster.co... :

* 4 : an indefinite small number : few
* also : few â"used with a

https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fdictionary.cambridge.o... :

* two or a few things that are similar or the same, or two or a few people who are in some way connected:

https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fwww.oxfordlearnersdict...

* couple (of somebody/something) a small number of people or things

Comment Re: Seems Aright to Me (Score 4, Interesting) 56

I agree that trying to force people to move like that is a way to lose friends.

The way I did it was by gradually spreading the word a few years ago, until probably half of my friends were on Signal after a few weeks (I have a fairly technically orientated set of friends so that wasn't too hard)

For the rest, it was about waiting for a good time. The recent media coverage about WhatsApp T&Cs (regardless of how accurate that coverage was) ended up being a good way to have a conversation with people about moving and most others either moved or already had Signal by then.

For the last handful, the conversation has been "Have you tried Signal yet? [ ... usual blurb...] Anyway, I'm on the verge of deleting WhatsApp now, so you can get me in future either with Signal or SMS.

I'm now down to 2 contact that I use WhatApp for and I expect to have deleted my account in a few weeks.

At no point was any pressure or anything like that needed, and well timed gentle nudging works and I believe is more effective than lawsuits.

Comment Web Pages Use Same Imaging Model (Score 1) 227

Web pages use SVG to render vector graphics. It uses the exact same imaging model as PDF and is implemented in all modern browsers. The web in general has taken a lot of lessons from Adobe because Warnock and Geshke, in the PostScript Red Book, got so much right about how to build an image model that many GUI developers are still learning today. If you start with a PDF, it should be possible to machine-translate it to SVG and present it as a web page.

PDF exists because it is trivial to generate it from the document renderer meant for printing. Although I have once in a while run into an improperly scaled PDF meant to be printed 8-up, I'm just not

Slashdot Top Deals

If you can't get your work done in the first 24 hours, work nights.

Working...