HN user

CCs

364 karma
Posts22
Comments208
View on HN
github.com 6mo ago

vLLM multi-turn conversations design

CCs
1pts0
fuchsia.googlesource.com 6y ago

Fuchsia Programming Language Policy

CCs
3pts1
lkml.org 6y ago

Linus: 5.8 looks to be one of our biggest releases of all time

CCs
3pts0
diagnostics.roche.com 6y ago

Roche started shipping tests to US

CCs
3pts0
www.forbes.com 6y ago

Two AWS Re:Invent Announcements That Will Have Long-Lasting Impact

CCs
2pts0
lemire.me 6y ago

How fast can a BufferedReader read lines in Java?

CCs
91pts78
blog.sonatype.com 7y ago

Sonatype NPM event-stream 3 distributing a malicious package

CCs
2pts0
liveyourlegend.net 10y ago

In Memory of Scott Dinsmore

CCs
2pts1
flamingdangerzone.com 11y ago

Nonius: A C++ micro-benchmarking framework

CCs
2pts0
simpleprogrammer.com 11y ago

The Ultimate List of Developer Podcasts

CCs
2pts0
www.italiancpp.org 11y ago

Anti-IF idioms in C++

CCs
1pts0
www.amazon.com 11y ago

The Amazon Cloud Drive application for Windows and Mac is currently unavailable

CCs
20pts7
www.mybasis.com 12y ago

Basis Advanced Sleep Analysis

CCs
1pts0
47deg.com 12y ago

47 Degrees uses Heroku for Scala hosting

CCs
1pts0
typesafe.com 12y ago

47 Degrees adopts Scala

CCs
2pts0
blog.teamtreehouse.com 13y ago

A Better Way to Do Daily Standup Meetings

CCs
2pts1
bem.info 13y ago

CSS, JS, SVG and other tools

CCs
1pts1
news.ycombinator.com 13y ago

WPDevCon cancelled due to changes in the Windows Phone ecosystem

CCs
1pts0
howto.telegr.am 14y ago

Telegr.am CMS: like WordPress, but trough Dropbox or GitHub

CCs
2pts1
www.brandflakesforbreakfast.com 14y ago

Van Gogh's "Starry Night" coming to life

CCs
2pts1
blogs.hbr.org 15y ago

Mission Statement killing the Mission

CCs
2pts2
news.ycombinator.com 16y ago

Free eBooks from Microsoft Press

CCs
3pts1

Uses stress-ng for benchmarking, even though the stress-ng documentation says it is not suitable for benchmarking. It was written to max out one component until it burns. Using a real app, like Memcached or Postgres would show more realistic numbers, closer to what people use in production. The difference is not major, 50% utilization is closer to 80% in real load, but it breaks down faster. Stress-ng is nicely linear until 100%, memcached will have a hockey stick curve at the end.

LinkedIn (also MS) has the same problem.

Also: minimum age to sign up is 16. But you need to be 18 to verify your account. And if you’re locked out, you need to verify your account and log in to open a ticket saying that you can’t log in…

Here is more information than you would expect :)

https://www.manager-tools.com/map-universe/organizational-ev...

I like Manager-Tools because it is step-by-step and actionable. Does not say "think out of the box" (how?), it gives you exact words that have worked for 1000s of companies.

BTW, performance based layoff list might be a legal issue in some case, for example when the reason is workforce reduction. Without a good lawyer don't go there...

HealthExpense Inc | Sunnyvale, CA | Full Time: 9 developers

We're currently looking for 9 experienced software engineers for a full-time position in Sunnyvale, CA (Backend, Frontend, Payment Gw dev, DevOps, Data Scientist, QA).

Us: Health claim management and payment technology company. Our aim is to fully automate the patient-side of health payments. In production for 4 years, with paying customers ranging from small TPAs to the largest banks in US.

Our challenge: integrating data ingestion for 100s of sources into a single, normalized database which is correct and real-time. The core is a custom ETL engine with data cleaning and error detection customized for each pipe. Due to episodic nature of healthcare we're handling heavy loads in peak times, like creating over 10,000s of users within a few seconds.

Our stack is mainly Scala and C++14, micro services: http://stackshare.io/healthexpense/healthexpense

Positions: http://healthexpense.com/careers/

There's a difference between a lightweight transpiler like JSX and a compiler.

ClojureScript is pretty lightweight, but GWT and Scala.js compile process is not an easy one. Even Bootstrap.js optimization with Google Closure Compiler is an uphill battle. Try it with --compilation_level ADVANCED_OPTIMIZATIONS

Sourcemap does not help much with compiler bugs or if the compiler people have different opinion from you on how something should be translated.

I'm skeptical of any x-to-JS compiler as usually I end up debugging 2 different codes, where the second one is machine generated. After that you try to work around on the first to make the generated one do what you want.

On the other hand the Scala people know how to write compilers. We're live, in production, with Scala since 2011 and it's a joy: it actually delivers what's promised. Heard the same thing from Twitter, LinkedIn and Netflix too.

So maybe it worth a try; especially if it will integrate with ReactJs / React Native. Sounds like a match made in heaven.

Yes, many enterprise companies are behind, but not all.

We're enterprise and upgrading to 3.3 as we speak. We see a 4-8% of users coming in from older IE, mainly XP. We have customers in USA only.

Our public website: 3% IE7, 5.2% IE8

App: 1% IE7, 3.3% IE8