Hacker Newsnew | past | comments | ask | show | jobs | submit | more hustwindmaple1's commentslogin

High-Flyer is pretty damn rich actually. Someone did some calculation and it turns out they are spending ~$200m (somewhere in that range) on 150 employee compensation alone.


prob. not prof; just phd students needs pubs to graduate


Are you comfortable to send your personal/company code data to a Chinese company (ByteDance)?


That's a fair concern. I shared it primarily because it's a free IDE.


There are a couple, i.e., OLMo 2


Exactly. Kind of like the old days when they put together a massive amount of commodity CPUs to build search.


GDM is a research lab. They are not set up for production. There are other teams in Alphabet doing productionization stuff.


Large Chinese companies usually have overseas subsidiaries, which can buy H100 GPUs from NVidia


Movement of the chips to China is under restriction too.

However, neither access to the chips via cloud compute providers or Chinese nationals working in the US or other countries on clusters powered by the chips is restricted.


which is why the CHIPS act is a joke


The CHIPS act isn't related to the sanctions


well, is Waymo doing better than the PyTorch-powered Tesla?


Just use Brave. You'll thank me later ...


Are they still pushing their crypto?


A lot better than pushing user data collection, ads and analytics no?



Ads in Brave are opt-in.

In other words, ads are NOT "pushed" --- *unless* you choose to be paid to receive them.

Even if you do so choose, your history and other personal info never leaves the browser. Any "personalization" is done locally.

https://support.brave.com/hc/en-us/articles/360026648512-How...


Thank you. Your comment makes me check if there's anything like Brave for Firefox. And here it is: cachyos-v4/cachy-browser 130.0-2 (Firefox is at 131.0.2-1 now).


Nah. The real one to use is Librewolf.

https://librewolf.net/


Librewolf is too strict: for example, on slickdeals.net, a link there is like this https://slickdeals.net/click?pno=1011750&lno=1&sdtid=1783030... which leads me to https://www.kqzyfj.com/click-4485850-13804... with which ublock origin asks if I want to continue, I click on the Proceed button and I go the the page https://www.kqzyfj.com/click-4485850-13804171?url=https%253A...... and librewolf sometimes says that it's unable to connect (maybe librewolf doesn't like www.kqzyfj.com?).


LibreWolf is indeed very good.


I was on CPLEX team for a few years. Core developers are all PhDs from Stanford/MIT and etc. So it's very hardcore stuff, no less than AI research.

Completely agree that size is not a good proxy for estimating MIP difficulties. Internally we colllected a bunch of very hard problems to sovle from different domains. Some are actually pretty small, say a few thousand variables/constraints. IMHO what made hard problems difficult to solve is actually the 'intneral structure' of the problems. And modern industry solvers all have a lot of built-in heurstics to take advantages of the structures, i.e., what kind of cuts, presolve/diving/branching strategy to apply, how to get the bounds ASAP.

Interestinglly at some point some folks even tried using machine learning to predict strategies. Didn't work quite well back then (10+ years ago). There was some work of using seq2seq for MIP (pointer network, I think) a few years ago; worked OK. So I'm really looking forward to some breakthroughs by LLM.

It's a shame that after IBM aquired ILOG (which owns CPLEX), most of the ppl left for Gurobi.


> IMHO what made hard problems difficult to solve is actually the 'intneral structure' of the problems.

20 years ago I wrote a master’s thesis in computer vision. The stereo matching algorithm I developed could be expressed as a big integer linear program. But after pondering it for some time I realized it could also be expressed as a dynamic programming problem, with tiny integer linear programs as subproblems. Reduced the runtime by like a factor of 1000x, or more.


Not that uncommon.

I feel most of those big search problems could be solved much easier and quicker with some form of annealing/tree search/dynamic or greedy algorithms with results very close to the theoretical linear optimum

But of course those won't get you a thesis ;)


> with results very close to the theoretical linear optimum

In this case I could prove it was the globally optimal solution.

But this was only possible of course due to the internal structure of the problem: it was in effect a simpler problem hiding within a linear integer program. Standard solvers couldn’t find this structure, but it was possible to do by hand.


Reformulation is a good strategy for many hard problems.

It might also be possible to add problem-specific cuts/heurstics to the solver so that it can solve it fast.


Wow, this sounds interesting! Do you have a link to that thesis?


Unfortunately not. It’s on paper and in Swedish only.


What's the situation with CPLEX these days? Is IBM still investing any serious resources into it? Gurobi keeps getting massively better (either in performance or expressiveness) every release.


CPlex has shown no progression in the benchmarks in the past years, so it is safe to assume that the number of developers they have employed is either 0 or maybe 1.


As fare as I know it is jist a torso of its former glory. This is mostly the reason why we migrated to Gurobi.


Are you aware of any survey papers on some of the strategies used by (near) state of the art solvers?


Not the same person but maybe "Mixed-Integer Nonlinear Programming: A Survey of Algorithms and Applications" could be a good start? I haven't read it yet.

HiGHS is the best open source MILP solver at the moment, and MATLAB of all things has a pretty good explanation of how it works internally: https://nl.mathworks.com/help/optim/ug/mixed-integer-linear-...


I am an academic in the field. A good starting point would be Tobias Achterberg's PhD thesis:

"Constraint Integer Programming"

It details the implementation of SCIP, which is one of the leading open source solvers, and explains some of the most important tricks.

That said, there is a lot of literature out there; if you're interested in a particular aspect like e.g. presolving or cutting planes, then feel free to ask me further questions. It is worth noting that the implementation specifics are hidden by the top commercial solvers, so these are difficult to find anywhere


thank you very much!

when i investigated the situation five years ago in https://dercuano.github.io/notes/linear-optimization-landsca..., scip was not open source, though zimpl was. looking at https://github.com/scipopt/scip?tab=License-1-ov-file#readme, it appears that scip has become open-source since then, which is very welcome news!

how does highs compare to scip?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: