Well I’m guessing they actually did testing on local AI using a 4GB and 8GB RAM laptop and realized it would be an awful user experience. It’s just too slow.
I wish they rolled it in as an option though.
Well I’m guessing they actually did testing on local AI using a 4GB and 8GB RAM laptop and realized it would be an awful user experience. It’s just too slow.
I wish they rolled it in as an option though.
I think it makes sense. I like ChatGPT and I appreciate having easy access to it. What I really wish is the option to use local models instead. I realize most people don’t have machines that can tokenize quickly enough but for those that do…
Why didn’t you like Hashicorps Vault? I want to know for my own edification.
How do they prove your age? Non-technical savvy people probably just give their kids a phone and don’t do much to lock it down.
Display and layout rules aren’t difficult at all. Maybe I’m just not experienced enough. I’ve been a web dev for nearly a decade now and I feel like I’ve got the hang of it. That being said, I don’t work on projects that have to work on everything from a Nokia to an ultra wide monitor. We shoot for a few common sizes and hope it clears between edge cases nicely. What is an example of something that wraps randomly?
Genuinely, though, CSS is fairly clear cut about the rules of positioning and space. Relative positioning is one of the most important concepts to master since it allows things to flow via the HTML structure and not extra CSS. Fixed positioning is as if you had no relative container other than the window itself. Absolute positioning is a little weird, but it’s just like fixed positioning except within the nearest parent with relative positioning.
Everything else is incredibly straight forward. Padding adds space within a container. Margins add space outside a container. Color changes text color. Background-color changes the background color of an element.
Top, left, right, and bottom dictate where the element should be positioned after the default rules are applied. So if you have a relative div inside a parent which is half way down the page, top/right/left/bottom would move the element relative to it’s position within the parent. If you made the div fixed, it would be moved relative to the window.
Lastly, if you’re designing a webpage just think in boxes or rows and columns. HTML can define 75% of the webpage structure. Then with just a bit of CSS you can organize the content into rows/columns. That’s pretty much it. Most web pages boil down to simple boxes within boxes. It just requires reading and understanding but most people don’t want to do that to use CSS since it feels like it should just “know”.
As someone who has built QT, Swing, and JavaFx applications, I way prefer the separation of concerns that is afforded us via HTML JS and CSS.
Would be kind of cool to allow people to choose an install method. As someone who has experienced low bandwidth in rural homes, it would be nice to avoid the waste at the cost of possibly managing chromium versions myself.
That’s the point. The storage is a bad metric. While it might indicate poor performance, it’s not a direct indication of poor performance. The bloat and optimization comes from the usage of Electron. And people use Electron because it’s far easier to make cross-platform deployments for Web and desktop using a framework like Electron. Show me the QT/JavaFX app that mimics Signal and we can compare the cost to develop it. Electron isn’t the best choice for memory usage and reducing bloat, but it’s the best choice for quick development (in my opinion but also proven out by the market share it has)
Nah it’s literally a waste of physical resources. Crypto currency is a waste of fossil fuels. AI has its functions at least.
I was talking about meat replacements but I put tofu in that category as well because I don’t have a lot of experience with tofu outside of “we have this instead of meat”.
Vegan food is cheaper in America, for sure. Beans, veg (some) and rice are cheap. However fruit is expensive.
But the alternatives to meat are not cheap: tofu is like $5/lb compared to chicken which can be as low as $2.99/lb. Steak is expensive in America, but it can be close to the cost of tofu. It’s definitely cheaper than the steak-alternatives like beyond meat.
While you might find meat replacements to be unnecessary, most Americans (myself included) struggle. 90% of the meals I used to eat were some variation of: protein (meat/chicken/fish), plus a veggie, plus a carb (rice/bread). That was the basic dinner. It has a nice ratio of protein to carb. It was tasty (to me at least) and the cost wasn’t too bad.
I’m guessing I’m not alone, culturally. It’s not like you can fry up two slabs of tofu and just call it a day. Tofu is just different. It doesn’t cook the same and it doesn’t taste the same. I cook tofu at least once a week, but I treat it very differently.
It’s just not easy for Americans to justify going vegan. It’s culturally very different and - if you want to stay within the culture - it’s expensive.
But that’s why I always advocate for meat reduction, not replacement. Eat more vegetables. Try other dinners. Etc. But most Americans are remiss to be told what to do.
There in lies the rub, though. Most vegans are vegan for a moral reason that they believe applies to you:
There are more fringe reasons for veganism such as: diet, health, etc. But those aren’t relevant to the point I’m making.
“Live and let live” doesn’t apply to situations where we’re talking about global warming or the abuse of animals. Most vegans are trying to educate others and - yeah - they probably vote for things that would result in more expensive meat or less meat being available in your local markets. I believe most vegans are hoping their efforts will slow global warming and provide better living conditions for livestock.
I’m not trying to sit on a moral podium here and judge. I eat meat too. I’m not vegan. Though I’ve tried to reduce how much meat I eat in yet another small, feckless, civilian effort to slow global warming. All I’m saying is: I sympathize with people who want to improve the world and I understand why they spend time and effort talking about being vegan.
But meat in america is cheaper than the vegan stuff and definitely tastier. So it’s hard for us to meaningfully change.
Yeah the majority do it and I think it’s bad.
Thermostats are easy to change out. So this isn’t a huge deal. But I don’t love the idea that tech isn’t built to be self-hosted or maintained in any meaningful way. If you’re not shipping an open source version of your software when you close up, you’re an asshole.
Yeah, self hosting isn’t for most lay people if it’s just a GitHub repo. But GitHub repos quickly become adopted by nerds like me who build tooling around it that eventually let lay people self host software with the click of a button.
What about ketosis? Are ketones a legit way to remove fat?
I see. Well without a command line, I wouldn’t call it a terminal. I think you just want tooling to be available on an Android? It would probably look like a button or series of buttons on an app. Maybe you could connect the dots between them to insinuate a pipe? E.g., you have a “mv” button and a “file” button. When you drag from mv -> file you could maybe kick off a process that moves the file. Maybe it would prompt you for other arguments like destination? I suppose this theoretical app could allow people to install additional tooling and make their own custom commands.
But I just feel like a button UI for these kinds of things will always be awkward. If you don’t have a keyboard/terminal interface, it’s hard to implement anything that would even behave like terminals in terms of functionality.
Great examples are already in the thread, but generally speaking the answer should be “no”. Smart phones are just slow at typing. In the case of a smart phone, hitting a button is far faster than typing a command. Not to mention our devices aren’t really being used for file management, tooling, complex work, etc. So it doesn’t even make sense to have a command line unless you’re a huge unix fan or if you are doing something quite niche. And in that case, I recommend just connecting via adb.
I think this article does a good job of asking the question “what are we really measuring when we talk about LLM accuracy?” If you judge an LLM by its: hallucinations, ability analyze images, ability to critically analyze text, etc. you’re going to see low scores for all LLMs.
The only metric an LLM should excel at is “did it generate human readable and contextually relevant text?” I think we’ve all forgotten the humble origins of “AI” chat bots. They often struggled to generate anything more than a few sentences of relevant text. They often made syntactical errors. Modern LLMs solved these issues quite well. They can produce long form content which is coherent and syntactically error free.
However the content makes no guarantees to be accurate or critically meaningful. Whilst it is often critically meaningful, it is certainly capable of half-assed answers that dodge difficult questions. LLMs are approaching 95% “accuracy” if you think of them as good human text fakers. They are pretty impressive at that. But people keep expecting them to do their math homework, analyze contracts, and generate perfectly valid content. They just aren’t even built to do that. We work really hard just to keep them from hallucinating as much as they do.
I think the desperation to see these things essentially become indistinguishable from humans is causing us to lose sight of the real progress that’s been made. We’re probably going to hit a wall with this method. But this breakthrough has made AI a viable technology for a lot of jobs. So it’s definitely a breakthrough. I just think either I finitely larger models (of which we can’t seem to generate the data for) or new models will be required to leap to the next level.
People don’t like to admit that we are ants. We are valuable and important. Each one of us is unique and deserves a full, good, life. But we are also ants. We are susceptible to group think, mob behavior, and we tend to follow the scent trail most of the time. It’s not a bad thing. It’s tied to our evolutionary desire to be a part of a community; to fit in and blend in.
But it also means individuals are likely to do what keeps them alive. We are likely all bad in some way or another.
But as long as you aren’t, actively, willfully, or gleefully harming people, you’re probably ok.