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

> The people in Europe seem to have a higher quality of life

Absolutely not, most places in Europe outside of a few rich countries like Switzerland and Liechtenstein and maybe a few flagship cities seem very low-QoL compared to similarly sized population centers in the US.


I was there a couple months ago and all the cities I visited felt very poor. The buildings were depressing and drab, the trains were frequently delayed, the food was probably the worst I had anywhere in Europe.

    > [T]he food was probably the worst I had anywhere in Europe.
Weird: Any medium-to-large city will have great Turkish food. Do you not like Turkish food?

The Pentagon is trying to bully contractors into also not using Anthropic's models

I have a probably ~$20k modular rack. It's a lot of fun to experiment with, but the fact that you don't have patch save/recall really slashes the utility.

Doing everything in a DAW is the most practical from a "business" standpoint, but it's way less amenable to creative exploration. You really have to know what you want already.

The practical compromise that works best for me is a well-designed hardware realtime synth. You have access to a small fraction of the design space of modular, but a higher fraction of the accessible design space sounds good, and you of course have patch save/recall.

Recently what I've been doing is creating modular patches, driving them with MIDI, and recording the output into my Elektron Tonverk using their on-device multisample recording. You can record samples at a bunch of different pitch/velocity pairs and save them into a multisample file.


Put something like a Morphagene in the mix and you don't see patch recall as much of a bother, the timeline of the instrument itself becomes parameterized ...

I use my Eurorack as an extension of the realtime synths and 19"-rack stuff I already have MIDI'ed up and so on. I do think I could put everything I need into Eurorack, eventually. It is extremely versatile.


You might find some joy in tossing an octatrack towards the end of your chain. It pairs really nicely with modular

The Buchla Easel is semimodular and has preset cards and a memory recall card

The concept is stupid and the rule as stated is stupid.

"Any AI model a company offers to the public has to be released as open weights."

OK great, that means no models released to the public, complete concentration of power.


if they do not release any model to the public: how would they make money then?

Their entire funding model depends on that they generate much revenue _soon_


> how would they make money then?

By acquiring companies and letting the now-internal employees use AI, easily outcompeting any company they didn't acquire


It's somewhat doubtful but even if they did, that'd be much slower progress, achieving the goal.


> easily outcompeting any company

If it were easy they'd be doing that instead.


Everyone is "doing that instead". Every successful company in every industry is heavily using AI at this point.

If that were illegal, the next best option would be AI labs acquiring the companies instead of just selling them tokens.


Enterprise contracts


Interesting scenarios that could happen in next few years

* American internet companies start to make the judgement that supporting EU/ANZ countries with difficult legal/tax requirements is a net cost and stop doing it, just IP-blocking those countries for the lowest legal risk

* Alternatively, American govt takes the position of "American companies don't have to follow the laws of random countries just because they accept IP packets from those countries". American companies eliminate their official business presence in onerous legal regimes but keep serving users there

* If above happens, this forces the resolution of the question "how does internet jurisdiction work across borders if USA doesn't play along", and a plausible answer is that internet messages start to be treated like physical imports and nation-level internet censorship moves under the purview of customs agencies

The globally routable internet is a very special and valuable thing, but it's a historical aberration and I suspect not very stable long-term. Even today, with the internet way more locked down than 20 years ago, it's still extremely libertarian compared to almost any other economically significant venue. In equilibrium, the state will demand its cut


> * Alternatively, American govt takes the position of "American companies don't have to follow the laws of random countries just because they accept IP packets from those countries". American companies eliminate their official business presence in onerous legal regimes but keep serving users there

Why would they do that? If they can't have a local business presence then they can't book local advertisers.

Which directly cuts any revenue they would get from the enterprise.

None of these companies need to have local business presences: they do because otherwise you can't get revenue from users in that nationality.


They could still book global advertisers, in particular other foreign companies that also pulled out of the relevant jurisdictions.


But they already do that. They have local presences because they need it to get local ad dollars and trade locally.

You don't need a total solution to have an influence: it's a saturated market where you're only as good as quarterly growth figures.


Yes, but the value of local presence is only the marginal value of the local advertisers over foreign ones. It's not all the revenue from the country, and it can be possible to be not worth having a local presence but still worth operating from offshore.


> American internet companies start to make the judgement that supporting EU/ANZ countries with difficult legal/tax requirements is a net cost and stop doing it, just IP-blocking those countries for the lowest legal risk

Productivity spikes, youth mental health issues trend downwards and the nutcase right-wing parties struggle to maintain momentum.

Can we have this please? Pretty please?


"LLM" is now in practice a superset of "LMM"


I believe Lean supports a signature search mechanism. E.g. Haskell has Hoogle, Lean has Loogle. So in many ways it's actually easier to search for "library" code than in most languages, because the type tells you everything you need to know and you don't need to care about the implementation.


It indeed does, this is a very good point I haven't thought about in the reverse direction.


> the derivative (with respect to x) of sin(x) is cos(x), regardless of units for x.

Not if you use "turn"-trigonometric functions, as the author suggests.

turn-sin `t sin(x) = sin(2pi * x)` has `d/dx tsin(x) = 2pi * tcos(x)`.


such a weird thread because everyone seems to know what they are talking about but definitely seem to miss something.

but basically one would be differentiating to 2pi x rather than x. and things will work out


> For graphics rendering Euler equation doesnt matter.

Huh?? "Euler angles" are one of the most popular representations in computer graphics! The only other good alternative is quaternions, where as you say this also matters!


Yes, but do you really need to scale all your values to make the rotation amount fit into a sin() call, only to have to scale them back again when you're done?

I think what they're getting at is "why are we scaling everything so one full turn is sin(6.28ish) when we can just say sin(1)?"

You could easily try it out by defining a function that replaces sin(), cos(), and tan() with their "turn" equivalents, and seeing how you get on.


Euler angles have nothing to do with e^ix = cos x + i sin x. They are a completely different concept.


I am very familiar :) using euler angles involves using trig functions, which is what this thread is about


Yes and no. The x in e^ix is to SO(2) what Euler angles are to SO(3).


This really only says that the connection between Euler's formula and Euler angles is that they're both angles. I would agree with that.


One represents rotation in 2D space, the other in 3D. So I think it's a bit more than that.


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

Search: