Art is only interesting if it elicits an emotional response in the viewer. Otherwise it is illustration.
And the wonder of it is that we can all have different responses to the same thing. (The Mona Lisa is a waste of canvas and oil - a hill I will die on).
I cynically believe that many people will force themselves into having an emotional response if the art piece matches with what they understand as having currency with the type of people they seek to emulate and the rarified scene they want to be a part of.
I think I read here on hackernews that the Mona Lisa doesn't look at all like it did when it was freshly made. If I look at the restored copy https://en.wikipedia.org/wiki/Mona_Lisa_(Prado)#, I at least find the silk very nice.
Your quote needs a “sometimes”. For every murderous, blood-soaked dictator who experienced pitchfork-o-clock there are several others who died peacefully in their beds at a rote old age. Louis the n-teenth lost his head. How about Louis 1-(n-1)?
For literature: House of Suns* if you feel like strapping in for a wild ride with nevertheless believable physics. Leviathan Wakes/The Expanse if you're looking for a more "down to Earth" setting. Children of Time if you want an alien experience. Avoid reading summaries of any of these books beforehand. They're best enjoyed going in blind.
I've heard "The Expanse" and "For All Mankind" are supposed to be good TV shows, but I haven't seen them yet.
If you've already read most of the well-known ones, I could give you some recommendations from less well-known authors and self-published authors you probably haven't heard of yet. Though it would help to have some general direction of what you're looking for (military/space opera/other, ftl/aliens?, etc). Allowing for limited FTL handwavyness opens up a lot of space opera titles that elect to otherwise play by hard sci-fi rules.
* Some may recommend "Pushing Ice" over this one for being more "hard" sci-fi, but personally House of Suns was a much more satisfying read.
Alas I think I've read/watched everything on your list. I'll try a useful echo response. I read the two big Arkady Martine books, and much of Ann Leckie's work. I thought they were all pretty good. Martine because the Aztec's in space genre is new to me, and she writes so well about people, Leckie because her galaxy spanning empire of genetically cloned god-kings and spaceships with transferrable personalities is clever and disconcerting.
“Time doth transfix the flourish set on youth
And delves the parallels in beauty's brow,
Feeds on the rarities of nature's truth,
And nothing stands but for his scythe to mow:”
How certain are you of this? I only have anecdata, but when I tried to use a 3rd party agency to hire someone in France, from Ireland I got the process through several layers of management, up to and including the CEO and COO of my American employer, and HR, and legal counsel, only to be warned away in the most emphatic terms by external counsel. They told us of the risk of large fines and jail time in France for executives of companies doing this.
I think it's largely to do with the whether the games are PvP multiplayer or not. I.e. many such games have anti-cheat systems that embed in the Windows kernel (or something like that - my Windows internals knowledge is... slim).
I assert that most people who're happy running Linux on their desktop (for games or productivity or development) do not overlap much with the people who're happy to take kernel patches from UbiFuckingSoft. And this includes those people who're willing to take closed-source NVIDIA drivers.
This argument that nuclear power generation is clean if you ignore the times when it isn't seems a bit no-true-Scotsman to me. It's a thing I've changed my mind about more than once in the past. What sways my thinking now is:
- most nuclear power does indeed seem to be well run with minimal pollution.
- when it goes wrong, the consequences are awful and long-lived (I can, off the top of my head, name two sites that are dangerous decades after they were polluted. I suspect there are others that don't have the same cultural resonance for me.
- the alternatives in terms of renewables and storage are improving seemingly from one day to the next.
The long term consequences, and human frailty in the face of a requirement for total and eternal vigilance convince me that the risk outweighs the reward. Where nuclear power once seemed [to me. I appreciated that some people have always been anti-nuke] like the least bad option compared with e.g. coal, now there are better ways to make our lives work.
If the endless 50-years-in-the-future ever actually expires and we get practical fusion power, it'll be interesting to see how this changes my thinking. Perhaps that will will have fewer toxic side effects when it goes wrong.
If I set up a wind generator and then leave it with no maintenance it's a risk to an area a little bit bigger than its maximum height. If I leave a nuclear reactor unattended it's a risk to hundreds of thousands of square miles.
So jelly and ice cream for the founders and a pat on the head for everyone else? Surely even by the cockeyed logic of usual startup exits this is egregiously nasty?
Perhaps there’s some nugget of gold that the papers haven’t reported? If not, and I were an employee of Groq, I’d be feeling ill used.
I will never understand how someone can build a company, generate huge value thanks to employees and early hires, and then just abandon them with almost nothing. Who would ever want to start another company with this person ever again?
This is shameful and attacks the social contract of silicon valley. What a slap in the face to all the employees who grinded over the years for their options, only to be left with a hollowed-out zombie shell of a company.
Wholly ignorant passer by here. Is this a thing that’d make (notoriously) slow FPGA synthesis (by which I think I mean the conversion of VHDL or Verilog to something that can be injected into an FPGA) much faster?
No, but it could help people build those synthesis tools much faster.
P4Synth takes a (mathematical) group of functions/expressions and finds strong candidate implementations for every class in that group. Then, as long we have a fast (expression → class) mapping for that group we can use the generated solutions as a database embedded within the compiler for automated expression replacement (or mapping from expressions to circuits/technology).
Vivado/Quartus (FPGA) technology mapping and LLVM's InstCombine stage are essentially this. InstCombine's pattern library is partially human-authored, partially generated by search tools; it lists ~30k subexpression replacements like a+a+a → a*3. P4Synth competes with those search tools. For hard function classes, existing methods might take weeks on a supercomputer: P4Synth speeds that up exponentially.
It only solves a narrow toy problem right now (4-input boolean functions), but I believe the technique could scale with modifications (like A* style prioritisation over signal-set novelty and implementation score).
And the wonder of it is that we can all have different responses to the same thing. (The Mona Lisa is a waste of canvas and oil - a hill I will die on).
reply