14,168 results for art

bing.com
Padra Publishes Proposed Social Downtime Framework For Aesthetic Carehttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85c89553e2463fb8b6c7a63d8fa5fd&url=https%3a%2f%2fmenafn.com%2f1111386173%2fPadra-Publishes-Proposed-Social-Downtime-Framework-For-Aesthetic-Care&c=9826831927932042479&mkt=en-us(MENAFN- EIN Presswire) EINPresswire/ -- Padra, part of Fakhraei Group, has published a proposed patient-experience framework for measuring“social downtime” following aesthetic treatments. The ...
Jul 12, 2026 5:01 AM
bing.com
Padra Publishes Proposed Social Downtime Framework For Aesthetic Carehttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85d90514d440ed8742e97158b3a10b&url=https%3a%2f%2fmenafn.com%2f1111386173%2fPadra-Publishes-Proposed-Social-Downtime-Framework-For-Aesthetic-Care&c=9826831927932042479&mkt=en-us(MENAFN- EIN Presswire) EINPresswire/ -- Padra, part of Fakhraei Group, has published a proposed patient-experience framework for measuring“social downtime” following aesthetic treatments. The ...
Jul 12, 2026 5:01 AM
bing.com
Padra Publishes Proposed Social Downtime Framework For Aesthetic Carehttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85ec13a7e54267b72247b1f042a428&url=https%3a%2f%2fmenafn.com%2f1111386173%2fPadra-Publishes-Proposed-Social-Downtime-Framework-For-Aesthetic-Care&c=9826831927932042479&mkt=en-us(MENAFN- EIN Presswire) EINPresswire/ -- Padra, part of Fakhraei Group, has published a proposed patient-experience framework for measuring“social downtime” following aesthetic treatments. The ...
Jul 12, 2026 5:01 AM
europeanspaceflight.com
ESA Taps Spain’s EMXYS to Build €10M Don Quijote Asteroid Landerhttps://europeanspaceflight.com/esa-taps-spains-emxys-to-build-e10m-don-quijote-asteroid-lander/The European Space Agency has awarded Spanish satellite manufacturer EMXYS a contract to build a small lander that will attempt to touch down on the surface of an asteroid ahead of its close encounter with Earth. Apophis, the asteroid in question, will pass within 32,000 kilometres of Earth’s surface, closer than the geostationary satellites orbiting […] The post ESA Taps Spain’s EMXYS to Build €10M Don Quijote Asteroid Lander appeared first on European Spaceflight.
Jul 11, 2026 8:01 AM
news.ycombinator.com
Ask HN: How has the internet devolved in recent years?https://news.ycombinator.com/item?id=48866959I'll start with 10:1. "Verifying you are human" delays/redirects2. Invasive "Sign in with Google[1]" prompts on every website, often taking over the UI3. Phone number based identity so when you change your number you lose your entire savings account and social media and all work access and your whole life is basically F-CKED except your romantic life which is very much NOT F-CKED since nobody knows your number.Never change your number.4. "You will own nothing" gaming where games you thought you owned get yoinked away at the leisure dare I say the PLEASURE of these neocorporate ingrates who want to de-fun (and defund) every lived experience!5. You can join any time you want but you can never delete. Livin it up at the Hotel Social Media. What a nice surprise, livin' someone else's life!6. You have been banished!7. You have been shadow banished (and don't know it)!8. Your content violates our guidelines (hey buddy your guidelines violate my content - WHO NEEDS WHO. GENUINE QUESTION Idk a
Jul 11, 2026 12:04 AM
spacenews.com
ElevationSpace advances work on commercial reentry vehiclehttps://spacenews.com/elevationspace-advances-work-on-commercial-reentry-vehicle/A Japanese startup developing reentry vehicles is signing up customers and preparing for its first mission while keeping a watchful eye on SpaceX’s entry into the market. The post ElevationSpace advances work on commercial reentry vehicle appeared first on SpaceNews.
Jul 10, 2026 11:25 AM
michael480th.github.io
Show HN: Banana Battle – DOS Gorillas rebuilt as a web gamehttps://michael480th.github.io/Banana-Battle/As a kid, I loved to play the DOS Gorillas game where you would throw bananas at your opponent, smashing cities as you go.I wanted to play it, so I rebuilt the classic QBasic/DOS "Gorillas" game from scratch as a mobile web app. It is playable in the browser and installable to your iPhone home screen.It's all vanilla HTML/Canvas/JavaScript. No frameworks, no build step, no dependencies, no tracking. A single static page served from GitHub Pages.A few bits that were fun to build: - Destructible terrain: buildings are painted to an offscreen canvas and explosions erase pixels - Ballistic physics with wind, sub-stepped so a fast banana can't tunnel through a thin building between frames. - Native share sheet (Web Share API) so you can text a friend your result with a "beat my score" challenge linkIt's hot-seat two-player (pass the phone, or share a keyboard: arrows to aim, space to throw).No original Microsoft code or assets — the code and pixel art are all my own (with some help from Cla
Jul 10, 2026 6:14 AM
pandapage.clawshop.sh
Show HN: PandaPage – host an HTML page with one curl, no signup, auto-expireshttps://pandapage.clawshop.shI wanted to put a quick HTML page online to share, a mockup or a one-off demo, without a signup, a git repo, or a build step. Existing options all wanted one of those, so I built this.One request creates a site:``` curl -X POST https://pandapage.clawshop.sh/api/deploy \ -H "content-type: application/json" \ -d '{"files":{"index.html":"hi"}}' ```You get back a URL like pandapage.clawshop.sh// and a token. The token is the only thing gating updates and deletes, so there are no accounts. You can also POST a zip instead of JSON, and binaries go as base64.Pages expire after 24h by default (configurable per deploy from 10 minutes to 7 days, and re-deploying resets the clock). Expiry is a KV key TTL, so a page starts returning 404 the moment it lapses, and an R2 lifecycle rule sweeps the underlying files a few days later. No cron job.Because it is just a JSON API with no auth handshake, coding agents can deploy to it directly. I gave Claude Code a short prompt and now "host this page" turns i
Jul 9, 2026 7:22 AM
spacenews.com
New Singapore space agency seeks to build up the country’s space industryhttps://spacenews.com/new-singapore-space-agency-seeks-to-build-up-the-countrys-space-industry/Singapore’s new space agency signed a cooperation agreement with its Japanese counterpart as part of its efforts to build up the country’s space industry. The post New Singapore space agency seeks to build up the country’s space industry appeared first on SpaceNews.
Jul 9, 2026 3:31 AM
github.com
Show HN: envapt, typed env config for decoupled TS codebases (Node to edge)https://github.com/materwelonDhruv/envaptHi HN. I'm Dhruv and I've been working on envapt for about a year now and I've FINALLY completed the roadmap I scope creeped and QA'd over the past few months. It reads environment config in TypeScript and returns the typed value instead of string | undefined, from whatever source you bind. It runs on Node, Bun, Deno, Cloudflare Workers, the browser, and well, anywhere.Most typed-env libraries have you declare every variable in one central schema and read the result from one object. That works well for a single application. Mostly. That didn't work for me because in a framework or a monorepo, decoupled packages each read their own config values, and sharing one config object across every package just doesn't make sense to me, plus some other nits.envapt does the opposite. You bind a source once at startup, and on Node/Deno/Bun it binds your .env files and process.env for you, with cascading profiles per environment. After that, ANY typed read in ANY file uses that source, and each valu
Jul 8, 2026 4:14 PM
whentofly.io
Show HN: Whentofly – flexible-date flight search that says if the price is goodhttps://whentofly.ioHi there! My name is Dima, that's my first post here. Originally I'm an iOS Engineer for 6+ years but now I'm diving deep into AI, product building and everything around it.Here I want to present my first product which I built for two months - as usual for tech background guy I was trying to make it perfect but then decided to start distributing it along future improvements, anywayI got an idea when were discussing another travel idea with my personal agent - it can suggest where to fly, what are places to visit and etc but can't find the best windows to fly there, and nobody can - every time you need to open Google Flights, Kayak and search each date, then watch it and try to figure out is it a good price or not, should you wait 2 days or buy it right now? And each website provides different rates... Using API even not freeSo I build this one. Under the hood we put fares from different sources, aggregators, cross-checked against live market prices. The verdict compares the price with
Jul 8, 2026 12:38 PM
science.nasa.gov
Cottonwood Fire Chars Utahhttps://science.nasa.gov/earth/earth-observatory/cottonwood-fire-chars-utah/The blaze burned more than 150 square miles and swept through parts of a ski resort.
Jul 8, 2026 4:01 AM
spacenews.com
Skyroot prepares for first orbital launch attempthttps://spacenews.com/skyroot-prepares-for-first-orbital-launch-attempt/Indian launch startup Skyroot Aerospace is preparing for its first orbital launch attempt as soon as July 12, with plans to quickly scale up to monthly launches. The post Skyroot prepares for first orbital launch attempt appeared first on SpaceNews.
Jul 8, 2026 2:10 AM
nasa.gov
NASA Transfers ‘Hundred Acre Wood’ to Patuxent Research Refugehttps://www.nasa.gov/centers-and-facilities/goddard/nasa-transfers-hundred-acre-wood-to-patuxent-research-refuge/NASA ceremonially transferred ownership of about 105 acres of wooded land at its Goddard Space Flight Center’s Greenbelt, Maryland, campus Tuesday to the adjoining Patuxent Research Refuge, managed by the U.S. Fish and Wildlife Service. The property, formerly known as NASA Goddard’s Area 400, is now part of the largest block of unfragmented forest between […]
Jul 7, 2026 6:00 PM
github.com
Show HN: Rowboat – Open-source, local-first alternative to Claude Desktophttps://github.com/rowboatlabs/rowboatClaude’s desktop app is brilliant, but for our own daily work we kept wanting it to be less like a chat app and more like a full-fledged work app. Rowboat is our attempt at that, including the ability to build your own work surfaces inside Rowboat (more below).Our repo is https://github.com/rowboatlabs/rowboat, and there’s a demo video here: https://www.youtube.com/watch?v=et5yQABJ3xIIn a previous startup, we built a deep-learning product for enterprise support reps, including teams supporting P&G brands. Models took live notes, suggested replies, and recommended actions while support reps were on calls or handling emails. One lesson stuck with us: it's not enough for the AI to be right, the help has to show up where the work is happening.So we added what we came to call “work surfaces”: dedicated areas for email, meetings, notes, browser, and parallel coding, where the assistant can help inside the workflow itself rather than only through chat:- Email client: Rowboat has a simple emai
Jul 7, 2026 4:10 PM
whimfiles.com
Show HN: Fast, native Mac file manager (filters, fuzzy find, 9 MB, no Electron)https://whimfiles.comMy Downloads folder had been left unkept for a really long time and cleaning it up using Finder was quite cumbersome. So I started creating a simple app to help me filter out and delete or move the files in the folder.It started out very basic and the filtering options genuinely helped me clean out the Downloads folder, then as I thought of more features I would like to see in a file manager I started to add them. Some of the features are:- Fuzzy go to folder/file where you only need to write a few letters of a full path, get suggestions and can jump to the correct path instantly - Hover over a file to preview an image or PDF without opening it - Dual-pane view and tabs that remember selected filters - Command palette to find actions fast - Batch rename (with regex support and presets for common operations), image conversion (HEIC/WebP/AVIF to JPG/PNG), zip creation - Bookmarks, Quick Look, single-click open, keyboard controlAnd many other small quality of life features.I used Claude C
Jul 7, 2026 8:12 AM
spaceflightnow.com
Live coverage: Fire detectors, military tech demos, 3D printers among SpaceX rideshare payloads launching on midnight Falcon 9 flighthttps://spaceflightnow.com/2026/07/06/live-coverage-fire-detectors-military-tech-demos-3d-printers-among-spacex-rideshare-payloads-launching-on-midnight-falcon-9-flight/SpaceX will launch a series of 81 payloads to a Sun-synchronous Earth orbit over a roughly 2.5-hour-long deployment period. Liftoff from pad 4E at Vandenberg Space Force Base is scheduled during a 95-minute window that opens at 12:10 a.m. PDT (0310 EDT / 0710 UTC).
Jul 6, 2026 9:36 PM
nasa.gov
NASA’s CAPSTONE Completes Extended Mission Testing Lunar Technologieshttps://www.nasa.gov/technology/space-comms/nasas-capstone-completes-extended-mission-testing-lunar-technologies/As NASA prepares for a sustained human presence on the Moon, missions will increasingly require spacecraft that can navigate and communicate without a direct connection to Earth. NASA’s Cislunar Autonomous Positioning System Technology Operations and Navigation Experiment, or CAPSTONE, validated and advanced these capabilities. Designed to test and validate technologies in lunar orbit, CAPSTONE launched […]
Jul 6, 2026 3:00 PM