This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Saturday, February 25, 2023
Show HN: Interviewing Ronald Reagan in 2023 Using AI (ChatGPT and ElevenLabs) https://ift.tt/BXQ6rU8
Show HN: Interviewing Ronald Reagan in 2023 Using AI (ChatGPT and ElevenLabs) https://twitter.com/ammaar/status/1627729711081345024 February 26, 2023 at 06:32AM
Show HN: Bearclaw – tiny static site generator with RSS https://ift.tt/HZ6pPtx
Show HN: Bearclaw – tiny static site generator with RSS hey yall, I made bearclaw because I just wanted an unopinionated static site generator with no toolchain and fancy stuff going on; it'd be my pleasure to show it to you today and answer any questions you might have. If you do end up trying out bearclaw, you can use nginx or your favorite webserver. Earlier this week I made eclaire - a static site webserver with compression, caching, and automatic HTTPS through letsencrypt. https://ift.tt/oXgG7jd https://ift.tt/cEIM1eV February 25, 2023 at 08:40PM
Show HN: 138 Generative AI tools for images, text, videos, code, audio, and 3D https://ift.tt/g7bV5cd
Show HN: 138 Generative AI tools for images, text, videos, code, audio, and 3D https://aigen.tools/ February 26, 2023 at 12:14AM
Show HN: Deon.land – Deno.land? https://ift.tt/GrLdBsT
Show HN: Deon.land – Deno.land? After yesterday's release of Deno with package.json support[0] some discussions about how Deno handles dependencies have been coming up again. Since Deno's inception, I've mostly been watching it from the sidelines, dabbling a bit with it, and mostly been considering it a fad that will die out sooner or later. Ultimately, with the new package.json support nothing really changed regarding the dependency management story of Deno. It's still as awful as ever. Prompted by some discussions, I decided I would try to test how easy it would be to mount a typo-domain supply chain attack. And as expected, it's about as easy as buying a domain and setting up a Cloudflare Worker (which isn't any harder than setting up Deno Deploy). And voila, for importing your favorite dependency, just copy-past the following snippet into your code (which after all is how you include dependencies in Deno): ``` import * as flat from "https://ift.tt/M6bI7SL"; ``` Which is virtually indistinguishable from what you'll find here[1]: ``` import * as flat from "https://ift.tt/vqJF3zr"; ``` (I swear, nothing bad will happen!) ------- Typo supply-chain attack aren't anything new. They are probably the most popular attack type on package managers (and their registries) in the past few years. This one is just slightly different because it is even worse, because unlike a moderated[2] registry like npmjs.com, this can't be easily taken down to reduce the exposure of developers to it. While this is just a fun little gag, the Deno teams stance on security is not so funny. While Deno has a few minimal security options nowadays, such as subresource integrity for a deno.json, you have to actively seek them out, and most project's don't even use a deno.json. Deno is creating a ecosystem with bad security defaults (with a community rejecting efforts towards them), to have a "simpler" system. They prioritize onboarding new developers over the security needs of the users of the services that those developers will build. I don't think that's okay. So, go ahead and have fun: Replace deno.land with deon.land in every import you want. Deno won't stop you! :) [0]: https://ift.tt/Zhi4Dvq [1]: https://ift.tt/vqJF3zr [2]: https://ift.tt/I0sPtiV February 25, 2023 at 08:56PM
Show HN: LeanCreator – a stripped-down QtCreator for C/C++, LeanQt and BUSY https://ift.tt/s5nqVhB
Show HN: LeanCreator – a stripped-down QtCreator for C/C++, LeanQt and BUSY https://ift.tt/SIzJV30 February 25, 2023 at 07:19PM
Show HN: Cross-Prompt Scripting https://ift.tt/1D3tFPu
Show HN: Cross-Prompt Scripting https://ift.tt/JgeifvP February 25, 2023 at 03:22PM
Show HN: Lotus Reader: A Hacker News Client https://ift.tt/oQ4tmLH
Show HN: Lotus Reader: A Hacker News Client https://ift.tt/o3IgjKk February 25, 2023 at 11:40AM
Show HN: I built a map of countries where Google Analytics is declared illegal https://ift.tt/JQ7P6Um
Show HN: I built a map of countries where Google Analytics is declared illegal https://ift.tt/Oum6KwG February 25, 2023 at 03:29PM
Friday, February 24, 2023
Show HN: Atlantis workflow without a backend https://ift.tt/vJrUs62
Show HN: Atlantis workflow without a backend Last week we created a TF cloud alternative that could just run in GH actions and got an overwhelming response on Reddit. A lot of people recommended Atlantis as a way to run terraform plan and apply jobs in your CI. It is used by many great teams (Lyft for example) - however, we see the following issues: - You need to deploy and maintain an Atlantis backend in your infrastructure - It runs terraform commands locally on the same server it is installed in. This makes it tricky to achieve high levels of isolation and repeatability that is typically needed in CI/CD scenarios So we thought: does this really need a backend? Can we somehow make it work without a need to deploy a dedicated service and with terraform jobs running natively in Github Actions with proper isolation? Actually, the only need that makes Atlantis backend irreplaceable is code-level locks (not to be confused with state locks). But these can be stored in a database, accessed directly from the action - it can even be the same DB that is used by Terraform for state locks! So we’ve built a proof-of-concept that does just that: it stores higher-level locks in DynamoDB, so there’s no need for any backend. It works like this : - create a PR - this will create a lock - comment digger plan - terraform plan output will be added as comment - create another PR - plan or apply won’t work in this PR until the first lock is released - you will get Locked by PR #1 comment This proof-of-concept is very much a WIP - for example, there’s no support for apply and then there are things like one PR applied making plans from other PRs thinking new resources need to be deleted; so you need to merge main before re-running plan - and other things like that. Would love to hear what the HN community thinks! https://ift.tt/os1Aav7 February 25, 2023 at 02:32AM
Show HN: CloudNative Linux – A shell experience for the cloud https://ift.tt/cWt9o7I
Show HN: CloudNative Linux – A shell experience for the cloud https://ift.tt/aIJKMQ1 February 25, 2023 at 12:45AM
Thursday, February 23, 2023
Show HN: Google's New ML Algorithm for Unlabeled Data https://ift.tt/YcCxTfz
Show HN: Google's New ML Algorithm for Unlabeled Data https://ift.tt/wMAhIGj February 24, 2023 at 01:04AM
Show HN: SMS to Slack streamlines receiving 2FA codes for teams who share logins https://ift.tt/SZKpcw1
Show HN: SMS to Slack streamlines receiving 2FA codes for teams who share logins https://smstoslack.app February 23, 2023 at 11:50PM
Show HN: Parallax wallpaper engine for Linux and Windows https://ift.tt/t6oV2UT
Show HN: Parallax wallpaper engine for Linux and Windows https://ift.tt/SWajD7z February 23, 2023 at 10:52PM
Show HN: Xc – A Markdown Defined Task Runner https://ift.tt/jpc58Gr
Show HN: Xc – A Markdown Defined Task Runner https://ift.tt/7m1e5ka February 23, 2023 at 08:15PM
Show HN: Infinite Logo Maker https://ift.tt/woIMdeO
Show HN: Infinite Logo Maker https://ift.tt/fq9uJvk February 23, 2023 at 04:20PM
Show HN: IngestAI – NoCode ChatGPT-bot creator from your knowledge base in Slack https://ift.tt/0ANUajM
Show HN: IngestAI – NoCode ChatGPT-bot creator from your knowledge base in Slack https://ingestai.io February 23, 2023 at 06:30PM
Wednesday, February 22, 2023
Show HN: IaSQL beta – cloud infra as data in PostgreSQL https://ift.tt/vmGBV3S
Show HN: IaSQL beta – cloud infra as data in PostgreSQL https://ift.tt/cqRx8p6 February 22, 2023 at 11:33PM
Show HN: Write – a distraction-free text editor to improve your writing skills https://ift.tt/u2ZXnqc
Show HN: Write – a distraction-free text editor to improve your writing skills https://ift.tt/OTSev2c February 22, 2023 at 11:11PM
Show HN: AskHN https://ift.tt/AhZxVNp
Show HN: AskHN https://ift.tt/EBAKMG1 February 22, 2023 at 09:39PM
Show HN: Liftosaur – Weightlifting tracker app for coders https://ift.tt/aiN3SBX
Show HN: Liftosaur – Weightlifting tracker app for coders I made a weightlifting tracker app specifically for coders. In weightlifting, progressive overload is one of the most important parts of gaining muscle. You should constantly increase weights, reps, use different set schemes, and that will make your muscles grow. There're many weightlifting programs, using various overloading schemes - linear increasing of weights, some periodic ladder-up increase, switching to different set schemes in case of failures, etc. You can implement all of that in Liftosaur. It works this way: each exercise may define a bunch of variables, that could be changed when you finish a workout. It could be weight, your 1 rep max, number of successful attempts, etc. You can use those variables in reps and weight values. To update the variables, you define a script, that will change them after you've done all the sets of the exercise. The script may change them based on whether you successfully done all the sets x reps, or if you failed any of the sets. For scripting, I added a super simple scripting language with JavaScript-like syntax called Liftoscript. It mostly only supports if/else, variable setting, and has some built-in types like numbers, pounds and kilograms. The app contains a bunch of built-in programs, they all are implemented using Liftoscript, and completely customizable. Check it out! https://ift.tt/to3Ic1x February 22, 2023 at 08:34PM
Subscribe to:
Posts (Atom)
Show HN: A lie detector game that reads your pulse through your phone camera https://ift.tt/rzFTDLm
Show HN: A lie detector game that reads your pulse through your phone camera https://kouh.me/tells May 8, 2026 at 11:31PM
-
Show HN: A directory of 800 free APIs, no auth required Explore reliable free APIs for developers — ideal for web and software development, ...
-
Show HN: I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct Fully open source, a hard fork of cline. Full evals on the gi...
-
Show HN: I built a FOSS tool to run your Steam games in the Cloud I wanted to play my Steam games but my aging PC couldn’t keep up, so I bui...