Hacker News new | past | comments | ask | show | jobs | submit login

Two small devices should be fine... you're just bridging the bus with something that can communicate with the bus. The 'unsafe' side of the bus will be doing all the heavy lifting for you across your unauthorized bridge. Think more like "IT guy leaves diagnostic connection up on laptop while connected to wireless type event.

This wasn't a failure of investment, it was fraud.

Inflation is bananas: after 20 years, Trader Joe’s raises the fruit’s price by four cents *1

[1]https://www.theguardian.com/food/2024/mar/27/trader-joes-rai...


The existence of a second kind of life somewhere in the universe would be extraordinary. It would double the number of life-creating events we'd be aware of. It would take the number of off-earth origins of life from 0 to 1.

To the degree that it's different from ours, it would vastly expand the scope of what we understand "life" could be. Or to the degree that it's similar, that would tighten the boundaries a bit. Even if it turns out to be just meteorite-driven contamination from earth, it would be hugely informative to know it could work.

Of course there's no need for us to look forever. A century would more than do it. Even a decade of really concerted effort would be hugely informative; we'd either find it or not.


That's going to be tricky, though – infrared/ultrasound sensors will be able to establish your physical presence in front of these things even without you carrying any electronics.

But the 1:1 analogy is right there.

Charging more for API access to relieve congestion with higher value traffic is a completely valid solution.


I'm not sure I follow fully, it is also the case for (handwaves) "traditional" LLMs that state + input = next state + output. Its just that output increases, so as output becomes input, eventually state + input / next state + output is greater than the context size.

Re: linear scaling, that means the runtime cost is O(n) to context size, rather than traditional transform O(n^2)


There's now a whole generation of 20 year old programmers who have never used the toolbars of the 1990s and early 2000s.

These are really great points, and data privacy/security is probably the top concern from big firms. Hosting locally is definitely where this is headed for all the reasons you mentioned

I think the moral here is this: Don't invest money you don't want to lose.

Whether you invested in FTX or something else entirely is besides the point. If you do not want (or worse, can not afford) to lose your money, don't invest it and instead put it in a savings account with a government-backed bank you can trust.

If you complain about losing money from investing, you're investing wrong.


I just picked Dioxus to build a decentralized homepage for Freenet[1], it will be the first decentralized website people see when they get Freenet set up. It reminds me a bit of my Kotlin web framework called Kweb[2] that I've been working on on-and-off for a few years now, particularly the way it handles state and the DSL that maps from code to HTML. So far I like what I see.

[1] https://freenet.org/

[2] https://kweb.io/


It's baffling he didn't. He was in smugglers paradise for country hopping. IDK if it was just bad street smarts or he really thought he could fool everyone.

CMake is something you set up once and then mostly add source files which is a one liner. A platform like Android would have an SDK with all dependencies pre-installed, anything else would be nuts.

Have no idea what “include conflicts” are supposed to be. The compiler receives a series of paths and searches for files by name.


> Palestine denied the 2 state solution.

No, they didn't.

> The Israeli leader was killed by local far right terrorists.

Incited in large part by Netanyahu, who was determined to sabotage Oslo and who openly denied the possibility of a 2-state solution.

[1]

> On October 5, the day the Knesset had endorsed Oslo II by a majority of one, thousands of demonstrators gathered in Zion Square in Jerusalem. The leaders of the opposition were on the grandstand while the demonstrators displayed an effigy of Rabin in an SS uniform. Netanyahu set the tone with an inflammatory speech. "Today the surrender agreement called Oslo II was placed before the Knesset," he said. "The Jewish majority of the State of Israel did not approve this agreement. We shall fight it and we shall bring down the government."

Also worth noting that for all of Rabin's positives, he still insisted on expanding West Bank settlements during the Oslo interim period.

> after Palestine stepped out of the talks they launched the 2nd intifada

Ariel Sharon is responsible for the Second Intifada, his fascist march on the Temple Mount was a deliberate provocation.

> The political will in Israel has always been peace.

Liar.

[1] Shlaim - The Iron Wall


For other usecases there is an ipfilter target TARPIT, that does a similar thing on the TCP level.

Not all threats are violent.

Thank you! It is temporarily free with application

Good

Takes one second to disable all that. I've used notepad++ forever and not once have I used those buttons, indeed they are useless. Your opinion is valid but I never understand using a tool with options and acting like the defaults are the only option.

> First, "manually control" engines and rudder isnt a thing. You're talking about a rudder that could be four stories tall.

Except it is actually a thing. Large ships have a separate emergency steering hydraulic circuit driven by its own generator, and operated by hand, commands given from the bridge by radio or telephone.


> Jamba boasts an extensive context window of 256K tokens, equivalent to around 210 pages of text, while fitting up to 140K tokens on a single 80GB GPU.

I realize this is a big improvement, but it’s striking how inefficient LLM’s are, that you need 80GB of GPU memory to analyze less than 1 megabyte of data. That’s a lot of bloat! Hopefully there’s a lot of room for algorithmic improvements.


Seems kind of unlikely that he has much dirt on anyone with power...?

The Green Revolution is top five, definitely.

But farming is an incredibly long series of incremental improvements since prehistoric times: agriculture, selective breeding, crop rotation, etc.

The pill was like a technological and societal step function.


Its big use is internet currency. The only legitimate uses surround that, like decentralized exchanges. Or less savory examples like provably fair gambling.

> Tauri also forces your frontend to compile to WASM

I’ve been using Tauri (1.x) for a couple years shipping a video editor and I don’t think this is true? I went searching to verify and I couldn’t find anything saying it complies to WASM (or at least not that it requires compiling to WASM). Can you point me to where you saw this?


I think an argument can be made for toolbars if they’re customizable with no holes barred on customizability (looking at you, Firefox, with your non-optional hamburger menu) and can be hidden entirely, should the user choose to do so. For me, toolbars as they were commonly implemented in Cocoa apps for the first half of OS X’s history are the model example here, which offer all the above.

It’s when they’re not fully customizable and aren’t optional when they grate on me.


Just because papers are getting published doesn't mean its actually gaining any traction. I mean we have known that time series of signals recieves plays a huge role in how bio neurons functionally operate and yet we have nearly no examples of spiking networks being pushed beyond basic academic exploration. We have known glial cells play a critical role in biological neural and yet you can probably count the number of papers that examine using an abstraction of that activity in neural net, on both your hands and toes. Neuroevolution using genetic algorithms has been basically looking for a big break since NEAT. Its the height of hubris to say that we have peaked with transformers when the entire field is based on not getting trapped in local maxima's. Sorry to be snippy, but there is so much uncovered ground its not even funny.

Q, K, V are not the same. In self-attention, they are all computed by separate linear transformation of the same input (ie the previous layer’s output). In cross-attention even this is not true, then K and V are computed by linear transformation of whatever is cross-attended, and Q is computed by linear transformation of the input as before.

Yeah and the main editing component is Scintilla, also C++.

In addition to it being technically illegal, you probably can't transmit well on CB without an external antenna and amplifier.

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

Search: