HN user

wqweto

23 karma
Posts1
Comments30
View on HN

5. After processing the request, save the response to the persistent store before releasing the lock.

Save only if the operation succeeds. It's meaningless to cache a failure, subsequent retries will result in failure from the cache.

Frankly you guys are overengineering the whole thing. We use the concept only for network outages i.e. it is only on timeout that we want to guard against fultilling duplicate request for the same operation.

The insult was so great that throughout its subsequent history, Bulgaria fought exclusively against Russia in every world war, and in the intervals between them, it diligently undermined Russia, all the while not forgetting to shout about “eternal brotherly friendship”.

You cannot expect eternal gratitude esp. when Russian Empire is constantly trying to influence its "vasals" using local puppets. Now is about time for you to fcuk off I would say -- we don't want to have anything in common with you people.

jQuery 4 6 months ago

Last available Chromium on XP has 0-days too, so not a big win.

Btw, in ZIP archives there is *no* header field that instructs what the pathname separator character(s) used are.

Why don't you bring back the kuna to reduce the inflation? Hold a referendum? Why no one believes this will bring down the inflation?

We use bsc and nanozip for archiving DB backups (usually 1-100GB files) and have not found anything remotely close to these as CPU usage vs compression ratio.

    c:> bsc.exe e "%~1" "%~1.bsc" -b1000 -m4e1t -M4H20
This uses 3GB of RAM and compresses w/ about 300MB/s but is slow on decompression while
    c:> nz.exe a -cd -p2 -m1024m "%~1.nz" "%~1"
uses about 1GB of RAM and compresses w/ about 250MB/s to worse compression ratios but is much faster than bsc on decompression.

Both of these smash zstd and 7-zip on compression and speed -- something like 2x better and 10x faster.

Probably true for Russian cyrillic alphabet tradition but not so much for Bulgarian and other cyrillic ancestry where lowercase letters differ almost for every letter with few exceptions, no matter if handwritten, cursive, italic or normal.

I'm not sure you can use the serial on the sticker of a refurbished PC. The sticker is not a license as well as the serial on this sticker is not an OS license.

The original license holder cannot transfer the OS license (unless a company is being bought by other company) so using the serial on the sticker of a refurbished PC by the new owner is generally illegal.

Probably the damages for MS come from refurbishers "assisting" their customers to install OS from repair CDs using serials from stickers left from previous PC owners -- clearly not legal.

kscope is a LuaJIT implementation of LLVM's Kaleidoscope toy language providing both an interpreter and a compiler which can build statically linked (portable) executables.

Currently the implementation is Windows based/tested only and heavily relies on MinGW-w64 project for bootstrapping the compiler and linking compiler output executables.