Multiplix, operating system kernel for RISC-V and AArch64 SBCs
3 by yawniek | 0 comments on Hacker News.
Thursday, 31 August 2023
From coast to coast, U.S. smartphones will receive an alert on October 4th
On October 4th, cell phones throughout the U.S. will receive an alert from FEMA. Don't be alarmed; it's only a test!"
from PhoneArena - News https://ift.tt/NSl81Zc
via IFTTT
from PhoneArena - News https://ift.tt/NSl81Zc
via IFTTT
Wednesday, 30 August 2023
Pale green shade for iPhone 15 shown off in new dummy leak
Leaked image of an iPhone 15 mockup unit reveals a new green option.
from PhoneArena - News https://ift.tt/fWQXghU
via IFTTT
from PhoneArena - News https://ift.tt/fWQXghU
via IFTTT
Tuesday, 29 August 2023
Monday, 28 August 2023
Unconfirmed report says the soon-to-be-released Asus Zenfone 10 will be the last Zenfone model
A report out of Taiwan says that the soon-to-be-released Asus Zenfone 10 will be the last Zenfone phone to be produced.
from PhoneArena - News https://ift.tt/m1yMwfV
via IFTTT
from PhoneArena - News https://ift.tt/m1yMwfV
via IFTTT
Sunday, 27 August 2023
Saturday, 26 August 2023
More specs for the Snapdragon 8 Gen 3 and the Nubia Red Magic 9 are revealed
Tipster reveals information about the 1+5+2 configuration, including the cores, for the Snapdragon 8 Gen 3 SoC.
from PhoneArena - News https://ift.tt/MlICjdr
via IFTTT
from PhoneArena - News https://ift.tt/MlICjdr
via IFTTT
Friday, 25 August 2023
Hidden code reveals that emoji reactions are coming to Gmail
Hidden code found in the iOS version of Gmail reveals that emoji reactions are coming to the email platform.
from PhoneArena - News https://ift.tt/uWI6mF5
via IFTTT
from PhoneArena - News https://ift.tt/uWI6mF5
via IFTTT
Thursday, 24 August 2023
New top story on Hacker News: Show HN: Gentrace – evaluation and observability for generative AI
Show HN: Gentrace – evaluation and observability for generative AI
9 by dsaffy | 0 comments on Hacker News.
Hi HN, Gentrace is our new evaluation and observability tool for generative AI (open beta). Generative pipelines are hard to evaluate because outputs are subjective. Lots of developers end up just doing “gut checks” on a few inputs before shipping changes, or they build up a spreadsheet of test cases that they manually run through the pipeline. Some companies outsource filling out the spreadsheet. However, in any of these cases, you end up with a very slow and expensive process for evaluation. At one point, we did this too. Gentrace is the result of a pivot; it was an internal tool we used to automatically grade new PRs as developers shipped changes to generative pipelines that other people thought might be useful. Gentrace makes pre-production testing of generative pipelines continuous and nearly instantaneous. In Gentrace, you: - Import and/or construct suites of test data - Use a combination of AI and heuristic evaluators to grade for quality, hallucination, safety, etc - Use our interface to correct automated grades or add your own (yourself or a member of your team) Gentrace integrates at a code level for evaluation, meaning we test your generative AI pipeline the way you would test normal code. This allows you to test more than just prompt changes; for example, you can compare models (eg Claude 2 vs GPT-4 vs GPT 3.5 vs Llama 2) or see the effects of additional chained steps (”Rewrite the previous answer in the following tone:”). Here’s a video overview that goes into a bit more detail: https://youtu.be/XxgDPSrTWIw In production, Gentrace observes for speed, cost, and data flow. It also shows real user feedback as well. We do this by integrating via our SDK at a code level; Gentrace does not proxy requests. Soon, we’ll allow you to convert production data into test cases, allowing customer support to turn bad production generations into “failing tests” for AI teams to make pass. We process interim steps and multiple outputs as well, helping evaluate agent flows / chains where the “last output” isn’t always the only thing that matters. There’s been a lot of observability tools published recently. We differ from those by focusing more strongly on blending observability with strong evaluation and by using an SDK rather than a “man-in-the-middle” approach to capturing data (ie Gentrace can be down and your request to OpenAI will still succeed). Within the evaluation landscape, we differentiate by integrating with code (see above for benefits) for capturing generative outputs and by providing a customizable UI workflow for building evaluators. In Gentrace, you start with off-the-shelf automated evaluators and then customize them to your specific task. You also build and run new evaluators on old generative outputs. Finally, you easily override automated evaluators and/or blend automated evaluation with evaluation by humans on your team. We also focus on being suitable for business use. We are SOC 2 Type 1 compliant (Type 2 coming shortly), have robust legal documentation around data processing, security, and privacy, and have already passed several vendor legal and security reviews at large technology companies. Our standard usage-based pricing is available on the website: https://ift.tt/Sf0eauU If you are building features with generative AI, we would love to get your feedback. You can self-serve sign up (without a credit card) for a 14 day trial here: https://gentrace.ai/ We’re available right here for feedback and questions. We’re also available at support@gentrace.ai. Best, Doug, Vivek, and Daniel
9 by dsaffy | 0 comments on Hacker News.
Hi HN, Gentrace is our new evaluation and observability tool for generative AI (open beta). Generative pipelines are hard to evaluate because outputs are subjective. Lots of developers end up just doing “gut checks” on a few inputs before shipping changes, or they build up a spreadsheet of test cases that they manually run through the pipeline. Some companies outsource filling out the spreadsheet. However, in any of these cases, you end up with a very slow and expensive process for evaluation. At one point, we did this too. Gentrace is the result of a pivot; it was an internal tool we used to automatically grade new PRs as developers shipped changes to generative pipelines that other people thought might be useful. Gentrace makes pre-production testing of generative pipelines continuous and nearly instantaneous. In Gentrace, you: - Import and/or construct suites of test data - Use a combination of AI and heuristic evaluators to grade for quality, hallucination, safety, etc - Use our interface to correct automated grades or add your own (yourself or a member of your team) Gentrace integrates at a code level for evaluation, meaning we test your generative AI pipeline the way you would test normal code. This allows you to test more than just prompt changes; for example, you can compare models (eg Claude 2 vs GPT-4 vs GPT 3.5 vs Llama 2) or see the effects of additional chained steps (”Rewrite the previous answer in the following tone:”). Here’s a video overview that goes into a bit more detail: https://youtu.be/XxgDPSrTWIw In production, Gentrace observes for speed, cost, and data flow. It also shows real user feedback as well. We do this by integrating via our SDK at a code level; Gentrace does not proxy requests. Soon, we’ll allow you to convert production data into test cases, allowing customer support to turn bad production generations into “failing tests” for AI teams to make pass. We process interim steps and multiple outputs as well, helping evaluate agent flows / chains where the “last output” isn’t always the only thing that matters. There’s been a lot of observability tools published recently. We differ from those by focusing more strongly on blending observability with strong evaluation and by using an SDK rather than a “man-in-the-middle” approach to capturing data (ie Gentrace can be down and your request to OpenAI will still succeed). Within the evaluation landscape, we differentiate by integrating with code (see above for benefits) for capturing generative outputs and by providing a customizable UI workflow for building evaluators. In Gentrace, you start with off-the-shelf automated evaluators and then customize them to your specific task. You also build and run new evaluators on old generative outputs. Finally, you easily override automated evaluators and/or blend automated evaluation with evaluation by humans on your team. We also focus on being suitable for business use. We are SOC 2 Type 1 compliant (Type 2 coming shortly), have robust legal documentation around data processing, security, and privacy, and have already passed several vendor legal and security reviews at large technology companies. Our standard usage-based pricing is available on the website: https://ift.tt/Sf0eauU If you are building features with generative AI, we would love to get your feedback. You can self-serve sign up (without a credit card) for a 14 day trial here: https://gentrace.ai/ We’re available right here for feedback and questions. We’re also available at support@gentrace.ai. Best, Doug, Vivek, and Daniel
Wednesday, 23 August 2023
Tuesday, 22 August 2023
Monday, 21 August 2023
This concept Galaxy S24 Ultra is what the phone might look like if all the rumors were true
A YouTuber created a concept version of the Samsung Galaxy S24 Ultra that is based on current rumors about the phone.
from PhoneArena - News https://ift.tt/q0bBQOz
via IFTTT
from PhoneArena - News https://ift.tt/q0bBQOz
via IFTTT
New top story on Hacker News: Show HN: Talk to AI Models in Terminal
Show HN: Talk to AI Models in Terminal
7 by today072 | 0 comments on Hacker News.
Hi everyone, nice to meet you and I am a newcomer of HN. I have made a binary tool Aih that could communicate with Bard, ChatGPT, Claude, and Llama(HuggingChat) from the terminal. https://ift.tt/EbUNcid Since CAPTCHA challenges and bots detecting have become increasingly difficult, I've changed my strategy from hacking the APIs to simulating a real browser's action. The tool first takes the logged-in cookies of Google, ChatGPT, Claude, and HuggingChat accounts from the real Chrome browser, then it opens an invisible instance of Chromium for communication, then displays the answers in terminal. I think it's useful especially when I am researching some topics and need to compare answers of those AI models at the same time. Feel free to test and welcome provide feedback!
7 by today072 | 0 comments on Hacker News.
Hi everyone, nice to meet you and I am a newcomer of HN. I have made a binary tool Aih that could communicate with Bard, ChatGPT, Claude, and Llama(HuggingChat) from the terminal. https://ift.tt/EbUNcid Since CAPTCHA challenges and bots detecting have become increasingly difficult, I've changed my strategy from hacking the APIs to simulating a real browser's action. The tool first takes the logged-in cookies of Google, ChatGPT, Claude, and HuggingChat accounts from the real Chrome browser, then it opens an invisible instance of Chromium for communication, then displays the answers in terminal. I think it's useful especially when I am researching some topics and need to compare answers of those AI models at the same time. Feel free to test and welcome provide feedback!
Sunday, 20 August 2023
Teens believe that Android phones are for old people and parents only
Teens are totally misinformed about smartphones with many believing that Android is an old technology.
from PhoneArena - News https://ift.tt/6dH1upB
via IFTTT
from PhoneArena - News https://ift.tt/6dH1upB
via IFTTT
Saturday, 19 August 2023
Behold Motorola's impending Moto G84 5G mid-ranger in its first gorgeous leaked renders
In addition to a recently leaked Moto G54 5G, Motorola is apparently working on a mid-range Moto G84 5G phone as well that you can admire in three decidedly eye-catching colors already.
from PhoneArena - News https://ift.tt/nj8p2Uh
via IFTTT
from PhoneArena - News https://ift.tt/nj8p2Uh
via IFTTT
Friday, 18 August 2023
Thursday, 17 August 2023
Wednesday, 16 August 2023
Tuesday, 15 August 2023
Monday, 14 August 2023
Redesigned Apple Watch X reportedly in the works for a 2024 or 2025 release
According to Mark Gurman, Apple will release the redesigned Apple Watch X in either 2024 or 2025.
from PhoneArena - News https://ift.tt/O1MFAaU
via IFTTT
from PhoneArena - News https://ift.tt/O1MFAaU
via IFTTT
Sunday, 13 August 2023
Saturday, 12 August 2023
Friday, 11 August 2023
Livestreamed test answers the question "How many times can the Galaxy Z Flip 5 be folded?"
A YouTuber showed a livestream of testers continually opening and closing the Galaxy Z Flip 5 which made it through more than 400,000 cycles.
from PhoneArena - News https://ift.tt/DCVSwqF
via IFTTT
from PhoneArena - News https://ift.tt/DCVSwqF
via IFTTT
Thursday, 10 August 2023
Wednesday, 9 August 2023
Apple's valuation has declined by more than $200 billion since last Thursday
Apple's valuation has decreased by more than $200 billion since it reported its fiscal Q3 earnings last Thursday.
from PhoneArena - News https://ift.tt/O891pVH
via IFTTT
from PhoneArena - News https://ift.tt/O891pVH
via IFTTT
Amazon has the 'superior' Sennheiser Momentum True Wireless 3 buds on sale at a record low price
Equipped with top-notch active noise cancellation and premium sound technology, the Sennheiser Momentum True Wireless 3 Earbuds are a very solid bargain at a new all-time low price of 150 bucks.
from PhoneArena - News https://ift.tt/64glqNp
via IFTTT
from PhoneArena - News https://ift.tt/64glqNp
via IFTTT
Tuesday, 8 August 2023
Monday, 7 August 2023
The latest version of Pixel's At a Glance widget is coming soon to non-Pixel Android phones (VIDEO)
The latest version of the Pixel's At a Glance widget is coming soon to all non-Pixel Android-powered handsets.
from PhoneArena - News https://ift.tt/MjktqpF
via IFTTT
from PhoneArena - News https://ift.tt/MjktqpF
via IFTTT
Sunday, 6 August 2023
Saturday, 5 August 2023
Friday, 4 August 2023
Thursday, 3 August 2023
Apple is probably working on an AirTag 2, with mass production 'likely' to start late next year
The almost always accurate Ming-Chi Kuo believes Apple's second-gen AirTag is in development, with mass production possibly scheduled for the final calendar quarter of 2024.
from PhoneArena - News https://ift.tt/NawAxKd
via IFTTT
from PhoneArena - News https://ift.tt/NawAxKd
via IFTTT
Wednesday, 2 August 2023
Samsung files to trademark the name of its next flagship series
Samsung files an application with the U.K. Intellectual Property Office seeking to trademark the Galaxy S24 name.
from PhoneArena - News https://ift.tt/T4iRVJK
via IFTTT
from PhoneArena - News https://ift.tt/T4iRVJK
via IFTTT
Tuesday, 1 August 2023
People are selling iPhones with old Twitter branding for as much as $25,000
iPhones with the original Twitter logo and name are being sold on resale sites and social media platforms.
from PhoneArena - News https://ift.tt/ruQ5sGc
via IFTTT
from PhoneArena - News https://ift.tt/ruQ5sGc
via IFTTT
New top story on Hacker News: Show HN: Openexus – Building blocks for the internet
Show HN: Openexus – Building blocks for the internet
26 by lominming | 7 comments on Hacker News.
Hi HN! We are thrilled to share a sneak peek of https://openexus.com after months of work. You can try out the cool demos on the front page! The idea is to build a platform and community for composable building blocks where anyone can easily create, find and connect different modules to create dynamic and interactive apps, sites, dashboards, and docs. This can be done without using a single line of code. Key principles of what we are building: 1) True composability that enables infinite possibilities — Modules today are either too complex to be used only by developers (e.g. NPM packages) or too simplistic where they are usually used as an embed in isolation. We are establishing a modularization foundation that is powerful enough for developers to express functionalities, simple enough for anyone (even kids) to use, and flexible enough to build sophisticated creations. 2) Smart connect without code — All logic can be clearly expressed by simply drawing lines. Depending on the data type and other characteristics of the connector, we can figure out how the connection should behave. For example, triggers can only be connected to actions, and data connectors that fetch from APIs can be defined as directional read-only connectors. 3) Open-connections for instant forking — Forking today is a time-consuming complex endeavor. Even a simple change requires many layers of code understanding. Instead of open-source code, we see a future of open-source connections, where remixing simply means adding new blocks and re-wiring them. What we are building can be described as NPM for non-developers, connectable Lego blocks for the Internet, or Minecraft for non-game creations. Our focus is to create a community where we can share ideas and innovations. We are super excited about the possibilities of this platform, especially when we incorporate AI. We will be releasing tutorials, opening up the playground, and sending out invites in the coming weeks. If you are eager to try out our tooling and create your own building blocks, drop us an email! We would love to hear your feedback! Website: https://openexus.com Email: m@openexus.com
26 by lominming | 7 comments on Hacker News.
Hi HN! We are thrilled to share a sneak peek of https://openexus.com after months of work. You can try out the cool demos on the front page! The idea is to build a platform and community for composable building blocks where anyone can easily create, find and connect different modules to create dynamic and interactive apps, sites, dashboards, and docs. This can be done without using a single line of code. Key principles of what we are building: 1) True composability that enables infinite possibilities — Modules today are either too complex to be used only by developers (e.g. NPM packages) or too simplistic where they are usually used as an embed in isolation. We are establishing a modularization foundation that is powerful enough for developers to express functionalities, simple enough for anyone (even kids) to use, and flexible enough to build sophisticated creations. 2) Smart connect without code — All logic can be clearly expressed by simply drawing lines. Depending on the data type and other characteristics of the connector, we can figure out how the connection should behave. For example, triggers can only be connected to actions, and data connectors that fetch from APIs can be defined as directional read-only connectors. 3) Open-connections for instant forking — Forking today is a time-consuming complex endeavor. Even a simple change requires many layers of code understanding. Instead of open-source code, we see a future of open-source connections, where remixing simply means adding new blocks and re-wiring them. What we are building can be described as NPM for non-developers, connectable Lego blocks for the Internet, or Minecraft for non-game creations. Our focus is to create a community where we can share ideas and innovations. We are super excited about the possibilities of this platform, especially when we incorporate AI. We will be releasing tutorials, opening up the playground, and sending out invites in the coming weeks. If you are eager to try out our tooling and create your own building blocks, drop us an email! We would love to hear your feedback! Website: https://openexus.com Email: m@openexus.com
Apple bends its rule to allow Musk's rebranded Twitter app "X" to be listed in the App Store
Apple has bent its App Store rules against one character app names and has allowed Elon Musk's "X" to be listed in the iOS app storefront.
from PhoneArena - News https://ift.tt/Bbq6iIz
via IFTTT
from PhoneArena - News https://ift.tt/Bbq6iIz
via IFTTT