HN user

sansnomme

1,145 karma
Posts21
Comments624
View on HN
www.mightynetworks.com 6y ago

Mighty Networks

sansnomme
1pts0
github.com 6y ago

PLSysSec/haybale: Symbolic execution of LLVM IR with an engine written in Rust

sansnomme
1pts0
github.com 6y ago

Tauri: Framework agnostic tools for building highly fast and secure native apps

sansnomme
4pts0
mindseyebiomedical.com 6y ago

Bioimpedance and Electrical Impedance Tomography Startup

sansnomme
2pts0
arxiv.org 6y ago

Danger of using fully homomorphic encryption: A look at Microsoft SEAL

sansnomme
4pts0
news.ycombinator.com 6y ago

Ask HN: Managed Enterprise VPN

sansnomme
2pts0
vas3k.com 6y ago

Machines Predict the Weather for Us

sansnomme
3pts0
github.com 6y ago

Kparc/kcc: k crash course

sansnomme
28pts7
scholarsbank.uoregon.edu 6y ago

Brogrammers, Tech Hobbyists, and Coding Peasants in High Tech

sansnomme
1pts0
absurd.design 6y ago

Absurd Design – Free Surrealist Illustrations and Vector Art

sansnomme
112pts21
lite.cnn.io 6y ago

The Med Student That Cured Castleman Disease

sansnomme
2pts1
youtube.com 6y ago

Open Source Myo Band

sansnomme
1pts0
medium.com 6y ago

Visual Embedded Rust Programming with Visual Studio Code

sansnomme
1pts0
github.com 7y ago

Microsoft/TextWorld: A sandbox for training reinforcement learning (RL) agents

sansnomme
2pts0
github.com 7y ago

Gliheng/flutter-rs: Build beautiful desktop apps with flutter and rust

sansnomme
2pts0
medium.com 7y ago

An EFI App in Rust – Medium

sansnomme
1pts0
medium.com 7y ago

JavaScript Frameworks, Performance Comparison Against Vanilla

sansnomme
2pts0
github.com 7y ago

Mrkn/Pycall.rb: Calling Python Functions from the Ruby Language

sansnomme
2pts0
fie.eranpeer.co 7y ago

Fie – Rails SPA Front End Framework Using Websockets

sansnomme
2pts0
gitlab.com 7y ago

Space Cowboy / Feeder

sansnomme
1pts0
github.com 7y ago

Rant – An all-purpose procedural text engine

sansnomme
302pts33

They can try making more of what people want and charging for it with ads. People liked The Office, Mr Bean, Doctor Who. The BBC can produce perfectly good telly if they want to be competitive. Don't be Canada and subsidize mediocrity and bad art with public money. Soft power should be earned, not bought and paid by public coffers.

They need to get rid of the concept of weed out courses. It's bad for learning. If you are paying 30-50K a year for an education, course availability should be a given. Don't use the bell curve as an excuse to deny students an education, or if you are going to use a threshold, use a fixed one, not one that limits by percentage of students. The fat cat admins and professors need to be fired. Too many schools take the students' money and plow it into research and other areas, with zero regard for undergraduate education. "You are in university now, it's sink or swim. Can't make it? Too bad." This attitude is especially prevalent in the state/public unis, especially places like Berkeley where demands exceeds supply. Your traditional private colleges like Dartmouth and Harvard don't have this problem.

Racket 7.8 6 years ago

That's rich considering Python is routinely criticized here for lack of proper dependency management until recently. Just because Racket is a cute Lisp/academic language does not mean it should be held to lower standards especially considering their recent efforts in relicensing and marketing to be regarded as a "serious" production language.

Racket 7.8 6 years ago

And still no proper dependency versioning, it seems that the progress made by Npm, RubyGems, Cargo is entirely lost on them.

Rent the runway is a billion dollar company. A bigger issue is the danger of deplatforming and corporate terms of services when it comes to fundamental transport infrastructure.

I thought when they said they use existing wireless communication technology, they meant something like Microsoft's distributed signal processing arrays:

https://www.microsoft.com/en-us/research/publication/meeting...

Perhaps using 4G and GSM signal quality as an ad-hoc doppler or metric for precipitation. Is their landing page inaccurate? Are they no different from other companies (besides the good at sales and marketing bit)? They seem to have a lot of big names on their customer list.

Because dependency management for anything C/C++/Python related has often been a massive cluster* * * *. Rust's npm style package management is probably the greatest innovation to have hit low level programming in a long time. Not to mention anything Nvidia related is often closed sourced so you are programming against a black box API by a vendor infamous for their bad driver quality on non-Windows systems.

There isn't enough officially supported first class tooling. Most things that are a given for Rust/JavaScript/Go are community maintained with only one maintainer in Clojure, development is slow and features take a long time to roll out. (Let's not delude ourselves that Webpack level of donations is even possible here) This is a problem with every language that is small but it is particularly problematic with Clojure as it has a commercial company behind it but you get the feeling that they are disinterested in promoting the language and ecosystem beyond selling their database software. Go also espouses "frameworks bad, libraries good" but the biggest difference is that they actually have a strong robust ecosystem of solid libraries while pretty much every Lisp claims to have production-ready libraries but expect you to cobble together the entire kitchen sink from scratch.

Considering how verbose the current UX of Redux is, this needs to be merged into mainline React. Are there any significant performance overhead? This is a really great library, the ergonomics look amazing and the documentation is just gorgeous.

Hypermodern Python 6 years ago

Somebody needs to tell the Racket people about this. Dependency management in Racket is still C-style no-version-pinning-anything-goes. The third party dependency managers (see below) are all primitive and do not support multiple versions of the same libraries which is a standard feature in Go/Node.js/Rust/Java class loaders

https://github.com/Bogdanp/racksnaps