HN user

Manozco

389 karma
Posts27
Comments84
View on HN
discuss.python.org 9mo ago

Python 3.14.0 (final) is here

Manozco
11pts2
rock-solid.curl.dev 1y ago

Rock-Solid Curl

Manozco
1pts0
ariadne.space 2y ago

An inside look into the illicit ad industry

Manozco
3pts1
bagder.github.io 2y ago

Collected Emails

Manozco
2pts1
www.theguardian.com 2y ago

US transportation grounds Boeing 737 MAX 9

Manozco
65pts26
www.theverge.com 2y ago

Sony’s portable Playstation Portal launches later this year for $199.99

Manozco
5pts2
www.x86matthew.com 4y ago

WindowsNoExec-Abusing existing instructions to executing arbitrary code

Manozco
2pts0
asylum.madhouse-project.org 4y ago

Peeking Through Logs

Manozco
2pts0
www.paulgraham.com 4y ago

What Happened to Yahoo

Manozco
3pts1
ubuntu.com 4y ago

Canonical launches Ubuntu Frame, the foundation for embedded displays

Manozco
4pts0
fosspost.org 5y ago

The CentOS Project Just Committed Suicide

Manozco
90pts61
www.theverge.com 5y ago

Digital pregnancy tests are almost as powerful as the original IBM PC

Manozco
3pts0
ripitapart.com 6y ago

Reverse-engineering and analysis of SanDisk High Endurance microSDXC card

Manozco
6pts0
edition.cnn.com 6y ago

Covid-19 hospital data will now be sent to Trump administration instead of CDC

Manozco
6pts0
www.nitrokey.com 6y ago

NitroPad: Secure Laptop with Tamper Detection

Manozco
59pts42
fastmail.blog 6y ago

New snooze feature lets you decide when to receive emails in your inbox

Manozco
1pts0
www.peterbe.com 6y ago

How much faster is Redis at storing a blob of JSON compared to Postgres?

Manozco
224pts114
twitter.com 7y ago

The ACME protocol is now an IETF standard

Manozco
2pts0
lists.ubuntu.com 7y ago

i386 architecture will be dropped starting with eoan (Ubuntu 19.10)

Manozco
24pts1
broadsign.com 7y ago

Broadsign announces agreement to acquire ayuda

Manozco
1pts0
arxiv.org 7y ago

Looking Back at Postgres

Manozco
2pts0
fastmail.blog 7y ago

Secure websites on FastMail

Manozco
3pts0
www.backblaze.com 7y ago

Design Thinking: B2 APIs and the Hidden Costs of S3 Compatibility

Manozco
67pts64
motherboard.vice.com 9y ago

Samsung's Android Replacement Is a Hacker's Dream

Manozco
9pts1
news.ycombinator.com 9y ago

Ask HN: Real time one way replication on Linux?

Manozco
1pts1
blog.qt.io 10y ago

Demerger from Digia – Qt business to become a separate listed company

Manozco
3pts0
www.theverge.com 13y ago

What's in the cube?

Manozco
1pts0

I got a patch rejected (rightfully so IMO) a long-time ago from libvirt (RedHat) because I was using (and mentioning) code taken from StackOverflow.

I am not a Lawyer, or a US resident but I highly suspect this behavior is completely illegal in Europe (and rightfully so in my mind).

I've contributed in the past to libvirt in order to support some Virtualbox features because some of our customers used VBox. It would have been handy to have this in the past, and have all of our customers use some KVM VMs ;)

Congrats for the work!

It looks like Chrome is doing the pro software then.

Parent said blender was opening the menu onPress, which according to your comment is OK for pro software, Chrome is also doing the menu onPress

Saying that twitter is the only source of truth for something usually means that this something is utterly broken... :D

Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.

So it's probably a rust wrapper around a C++ project (unless they reimplement V8 in rust... )

I'm a Developer/Sysadmin with 8+ years of experience. I am currently doing some Sysadmin work (1 year now) but I'd like to return to development. I only work on UNIX systems, and ideally I would like my new role to be related to cyber-security ($PREVIOUS_JOB was in this field).

  Role: Senior Developer/Architect
  Location: Rennes, France
  
  Remote: Yes (If not the only one)
  
  Willing to relocate: Not now
  
  Technologies: C++/Qt, Python, PostgreSQL, Linux, Docker, AWS, SQLite, Redis, MongoDB, Rust, NodeJS
  
  Résumé/CV: Request via email
  
  Email: hnh@manoz.co

I've extensively used pgreplay for work and I'd like to add a few things: - I recently (May 2018) added in pgreplay a dry-run mode where it just parses the log and print stats (no replay here). This could be used to benchmark the log parsing part. - Instead of parsing the log as you did, I would have configured PG to ouput logs in csv (it can even does both at the same time I think), would have been easier to parse - pgreplay has a binary replay file format well documented, I would have used that in your case probably

Otherwise seems like a nice tool, I might give it a try in the future :)