2,250 results for almost · 2.489s

News for “almost”
15 results • 2486 ms server time
Moozonian News
bing.com• Jul 30, 2025• 1 min read
10 Best Task Management SoftwareTask management software is a necessity in almost any business that requires project completion on time. It can also help with mapping out the scope of a project. There are many apps out there, so ...
Moozonian News
mytesla.cc• Jul 26, 2025• 1 min read
Show HN: Teslamate data beautiful and usable on mobileHey everyone,After getting a Tesla last year, I did what many data-oriented folks do: I immediately set up Teslamate on a Raspberry Pi. For those unfamiliar, Teslamate is a fantastic open-source, self-hosted data logger for Tesla vehicles. It uses an Elixir backend to pull data from the Tesla API and stores everything in a PostgreSQL database, with Grafana for visualization.While I loved having access to every detail of my car's data, I quickly ran into a few persistent frustrations:1. The Interface: Grafana is incredibly powerful on a desktop but almost unusable on a phone. Trying to check stats on the go meant pinching, zooming, and fighting with tiny text and complex dashboards not designed for a mobile viewport.2. Remote Access: I wanted to access my dashboard securely when away from home. My first attempt involved setting up Nginx as a reverse proxy with LetsEncrypt for SSL. It worked, but it meant another container to manage, expiring certs to worry about, and exposing a port. I
Moozonian News
bing.com• Jul 22, 2025• 1 min read
13 Of The Most Valuable Parts From Your Junk CarCars can almost feel like another family member. Cars take us to key moments in our lives, ferry us back and forth to work, protect our families during long journeys. Heck, if the back seat was ...
Advertisement
Moozonian News
bing.com• Jul 11, 2025• 1 min read
What's Behind The 20% Jump In AES Stock?AES Corp.(NYSE:AES) is not usually a stock that makes headlines for significant price fluctuations, but investors were startled this week when it increased almost 20% in just one session on Wednesday.
Moozonian News
bing.com• Jul 10, 2025• 1 min read
Hurricane BerylBrazoria County residents say power poles are left leaning almost a year post-Beryl It took a hurricane to knock over a stretch of power poles in Brazoria County last year, but now residents say they ...
Moozonian News
ikiform.com• Jul 10, 2025• 1 min read
Show HN: Typeform was too expensive so I built my own formsHey HN,I'm a solopreneur and run a web design agency.I create open-source apps, but I also work as a freelancer and designer. I was accepting any new freelance project via forms on my agency website.I was using Typeform, but as time went by and more people submitted forms, it got more and more expensive. That time, I thought to use Google Form, but it was way too blocky and looked very unprofessional on my agency website.So I thought to build my own forms for my own usage, and it turns out it almost doubled form submissions and inquiry calls.I was happy, so I thought to build it for everyone and make it open-source.I added AI functionalities using Vercel AISDK. I can generate forms almost instantly using AI and also added analytics AI so that users can talk with their forms—more like talk with their analytics data.I've been building this publicly, sharing updates on my X account (preetsuthar17)I hope this product will be as helpful to you as it was for me. Would love your feedback plsP
Moozonian News
news.ycombinator.com• Jul 9, 2025• 1 min read
Ask HN: New RevOps guy wants to switch us from M365 to GSuite+SlackWe are a startup of almost 40 people now; as the first engineer, I started building up our corp infrastructure and am managing that on the side ever since. We use Entra ID as our central identity provider, manage devices using Intune, use Teams Telephone for PSTN calls, office suite, Sharepoint for file storage, and so on. While we’re at GCP for the business infra, internally we’re pretty entrenched in Microsoft services—which works pretty well so far, I might say.Recently, however, we hired a RevOps guy that set out to discover optimisation potential, apparently, and today I got a surprise meeting where he demonstrated his big idea of switching from Microsoft to Google Workspace and Slack. He suggested that would be a great idea since everyone hates using Teams, nobody knows where to find files in Sharepoint, many SaaS products only support Google SSO out of the box, and Gemini would be included and we need that to be an AI driven company. Also, new hires only knew Gmail and Drive, bu
Moozonian News
beepthatout.com• Jul 2, 2025• 1 min read
Show HN: BeepThatOut – automatically filter out profanities from audio/videoHi all,my friend and I have built an AI-powered (whisper) editor for youtubers, podcasters, and video editors, that should cut down manual editing time by a lot.It's 'a bit' more than just a whisper wrapper, because you can configure a lot:- what kind of profanities to filter- add your own words (i.e. 'covid') to prevent demonetization on platforms like youtube- adjust the transcript in the editor like in google docs- readjust the position of each word- use 1000Hz beep, silence, or your own soundand more.You can export your work as audio, video, or as an .xml project for popular video editors. Almost everything (except the transcript part) happens in the browser by utilizing ffmpeg.wasm.
Advertisement
Moozonian News
github.com• Jul 1, 2025• 1 min read
Show HN: ToplingDB - A Persistent Key-Value Store for External StorageAs the creator of TerarkDB (acquired by ByteDance in 2019), I have developed ToplingDB in recent years.ToplingDB is forked from RocksDB, where we have replaced almost all components with more efficient alternatives(db_bench shows ToplingDB is about ~8x faster than RocksDB):* MemTable: SkipList is replaced by CSPP(Crash Safe Parallel Patricia trie), which is 8x faster.* SST: BlockBasedTable is replaced by ToplingZipTable, implemented by searchable compression algo, it is very small and fast, typically less than 1μs per lookup: * Keys/Indexes are compressed using NestLoudsTrie(a multi-layer nesting LOUDS succinct trie). * Values in a SST are compressed together with better zip ratio than zstd, and can unzip by a single value at 1GB/sec. * BlockCache is no longer needed, double caching(BlockCache & PageCache) is avoided Other hotspots are also improved:* Flush MemTable to L0 is omited, greatly reducing write amp and is very friendly for large(GB) MemTable * MemTable serves as the index of
Moozonian News
news.ycombinator.com• Jun 30, 2025• 1 min read
Ask HN: Are we not back where we started? A Return to MagicThere’s something uncanny about the way AI has reintroduced mystery into our deeply rationalist world. For centuries, since the Enlightenment tore away the veil of superstition, we have insisted on knowledge, on evidence, on repeatability. The scientific method—scrutiny, skepticism, and the rigors of proof—became not only the foundation of science but of governance, medicine, law, and almost all of modern life. This shift gave us not only power but confidence. We came to believe that with enough time and study, all phenomena could be understood. There were no more ghosts, only unexamined processes.Yet now, with AI systems growing in complexity, the mood has shifted. Despite knowing the mechanics—vector embeddings, attention mechanisms, stochastic gradient descent, and layers of matrix multiplication—many have begun speaking of AI with a kind of reverence or even fear. “Emergence” has become a buzzword that, while technically referring to higher-order behaviors arising from lower-order