#proofofconcept — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #proofofconcept, aggregated by home.social.
-
Proof of Concept Announces Second Class of Filmmakers
#Variety #News #CateBlanchett #CocoFrancini #ProofofConcept #StacyLSmith -
Proof of Concept Announces Second Class of Filmmakers
#Variety #News #CateBlanchett #CocoFrancini #ProofofConcept #StacyLSmith -
Proof of Concept Announces Second Class of Filmmakers
#Variety #News #CateBlanchett #CocoFrancini #ProofofConcept #StacyLSmith -
Proof of Concept Announces Second Class of Filmmakers
#Variety #News #CateBlanchett #CocoFrancini #ProofofConcept #StacyLSmith -
Proof of Concept Announces Second Class of Filmmakers
#Variety #News #CateBlanchett #CocoFrancini #ProofofConcept #StacyLSmith -
Proof of Concept Announces Second Class of Filmmakers
-
Microsoft Alters Edge to Mitigate Password Exposure Risk
Microsoft is taking a major step to boost password security in its Edge browser, rolling out a defense-in-depth change to mitigate the risk of password exposure. This update will be applied across all supported Edge versions, prioritizing a swift rollout to protect users.
#BrowserSecurity #PasswordExposure #MicrosoftEdge #Defenseindepth #Proofofconcept
-
GhostLock Exploits Windows API to Disrupt File Access
Meet GhostLock, a proof-of-concept that cleverly exploits Windows API to disrupt file access, causing operational downtime without data loss, similar to the impact of ransomware. By manipulating the CreateFileW sharing parameter, GhostLock effectively locks files, leaving other processes in the dark with a sharing violation error.
#WindowsApi #Ghostlock #DisruptionTactics #Proofofconcept #EmergingThreats
-
AI Deployments Hit Roadblock After Proof of Concept
The initial thrill of an AI demo can quickly give way to disappointment when reality sets in, and what worked seamlessly in a controlled environment fails to translate to the chaos of real-world operations. This harsh reality check is what causes many AI initiatives to stall after the proof of concept stage.
#AiDeployments #ArtificialIntelligence #ProofOfConcept #EmergingTechnologies #TechnologyAdoption
-
Built a small experimental concurrency system in Python called Py-TokenGate.
The idea: instead of tasks competing freely for threads, a token system classifies them by cost and routes them before they ever hit the queue. Decorator-based API, asyncio + threading hybrid.
It's a proof of concept, not production code — but it benchmarks well and the model feels worth exploring.
https://github.com/TavariAgent/Py-TokenGate
#Python #OpenSource #Concurrency #Programming #ProofOfConcept
-
Lenovo’s robot concept can help you digitally sign documents (and maybe annoy coworkers)
Lenovo can make a robot, too. Alongside proof-of-concept foldable gaming PCs and modular laptops, it introduced the AI…
#NewsBeep #News #Technology #AIWorkmateConcept #CA #Canada #concept #Lenovo #MatSmith #Picoprojector #PowerPointpresentation #ProofofConcept #voicecommands
https://www.newsbeep.com/ca/512526/ -
I feel like this whole thing with #ProofOfConcept has gotten me more fucking responses than anything else. deeply weird
-
South Korea’s card industry has established unified guidelines for Korean won-based stablecoin payments, with proof-of-concept trials set to begin in March, aiming to streamline compliance and technical standards ahead of potential regulatory changes.
#YonhapInfomax #Stablecoin #CreditFinanceAssociation #ProofOfConcept #AntiMoneyLaundering #CardCompanies #Economics #FinancialMarkets #Banking #Securities #Bonds #StockMarket
https://en.infomaxai.com/news/articleView.html?idxno=106408 -
South Korea’s card industry has established unified guidelines for Korean won-based stablecoin payments, with proof-of-concept trials set to begin in March, aiming to streamline compliance and technical standards ahead of potential regulatory changes.
#YonhapInfomax #Stablecoin #CreditFinanceAssociation #ProofOfConcept #AntiMoneyLaundering #CardCompanies #Economics #FinancialMarkets #Banking #Securities #Bonds #StockMarket
https://en.infomaxai.com/news/articleView.html?idxno=106408 -
South Korea’s card industry has established unified guidelines for Korean won-based stablecoin payments, with proof-of-concept trials set to begin in March, aiming to streamline compliance and technical standards ahead of potential regulatory changes.
#YonhapInfomax #Stablecoin #CreditFinanceAssociation #ProofOfConcept #AntiMoneyLaundering #CardCompanies #Economics #FinancialMarkets #Banking #Securities #Bonds #StockMarket
https://en.infomaxai.com/news/articleView.html?idxno=106408 -
Local-Only File Encryption with JavaScript.
I've been exploring the #WebCryptoAPI and I'm impressed!
When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!
I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.
Live Demo: https://dim.positive-intentions.com/?path=/story/usefs--encrypted-demo
Demo Code: https://github.com/positive-intentions/dim/blob/staging/src/stories/05-Hooks-useFS.stories.js
About the Dim framework:
https://positive-intentions.com/docs/category/dimIMPORTANT NOTES (PLEASE READ!):
* This is NOT a product. It's for #testing and #demonstration purposes only.
* It has NOT been reviewed or audited. Do NOT use for sensitive data.
* The password encryption currently uses a hardcoded password. This is for demonstration, not security.
* This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.#Encryption #Cryptography #JavaScript #Frontend #Privacy #Security #WebDevelopment #Coding #Developer #Tech #FOSS #OpenSource #GitHub #MastodonDev #Programming #WebStandards #FileSystem #WebAPI #ProofOfConcept
-
Local-Only File Encryption with JavaScript.
I've been exploring the #WebCryptoAPI and I'm impressed!
When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!
I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.
Live Demo: https://dim.positive-intentions.com/?path=/story/usefs--encrypted-demo
Demo Code: https://github.com/positive-intentions/dim/blob/staging/src/stories/05-Hooks-useFS.stories.js
About the Dim framework:
https://positive-intentions.com/docs/category/dimIMPORTANT NOTES (PLEASE READ!):
* This is NOT a product. It's for #testing and #demonstration purposes only.
* It has NOT been reviewed or audited. Do NOT use for sensitive data.
* The password encryption currently uses a hardcoded password. This is for demonstration, not security.
* This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.#Encryption #Cryptography #JavaScript #Frontend #Privacy #Security #WebDevelopment #Coding #Developer #Tech #FOSS #OpenSource #GitHub #MastodonDev #Programming #WebStandards #FileSystem #WebAPI #ProofOfConcept
-
Local-Only File Encryption with JavaScript.
I've been exploring the #WebCryptoAPI and I'm impressed!
When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!
I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.
Live Demo: https://dim.positive-intentions.com/?path=/story/usefs--encrypted-demo
Demo Code: https://github.com/positive-intentions/dim/blob/staging/src/stories/05-Hooks-useFS.stories.js
About the Dim framework:
https://positive-intentions.com/docs/category/dimIMPORTANT NOTES (PLEASE READ!):
* This is NOT a product. It's for #testing and #demonstration purposes only.
* It has NOT been reviewed or audited. Do NOT use for sensitive data.
* The password encryption currently uses a hardcoded password. This is for demonstration, not security.
* This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.#Encryption #Cryptography #JavaScript #Frontend #Privacy #Security #WebDevelopment #Coding #Developer #Tech #FOSS #OpenSource #GitHub #MastodonDev #Programming #WebStandards #FileSystem #WebAPI #ProofOfConcept
-
Local-Only File Encryption with JavaScript.
I've been exploring the #WebCryptoAPI and I'm impressed!
When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!
I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.
Live Demo: https://dim.positive-intentions.com/?path=/story/usefs--encrypted-demo
Demo Code: https://github.com/positive-intentions/dim/blob/staging/src/stories/05-Hooks-useFS.stories.js
About the Dim framework:
https://positive-intentions.com/docs/category/dimIMPORTANT NOTES (PLEASE READ!):
* This is NOT a product. It's for #testing and #demonstration purposes only.
* It has NOT been reviewed or audited. Do NOT use for sensitive data.
* The password encryption currently uses a hardcoded password. This is for demonstration, not security.
* This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.#Encryption #Cryptography #JavaScript #Frontend #Privacy #Security #WebDevelopment #Coding #Developer #Tech #FOSS #OpenSource #GitHub #MastodonDev #Programming #WebStandards #FileSystem #WebAPI #ProofOfConcept
-
Local-Only File Encryption with JavaScript.
I've been exploring the #WebCryptoAPI and I'm impressed!
When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!
I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.
Live Demo: https://dim.positive-intentions.com/?path=/story/usefs--encrypted-demo
Demo Code: https://github.com/positive-intentions/dim/blob/staging/src/stories/05-Hooks-useFS.stories.js
About the Dim framework:
https://positive-intentions.com/docs/category/dimIMPORTANT NOTES (PLEASE READ!):
* This is NOT a product. It's for #testing and #demonstration purposes only.
* It has NOT been reviewed or audited. Do NOT use for sensitive data.
* The password encryption currently uses a hardcoded password. This is for demonstration, not security.
* This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.#Encryption #Cryptography #JavaScript #Frontend #Privacy #Security #WebDevelopment #Coding #Developer #Tech #FOSS #OpenSource #GitHub #MastodonDev #Programming #WebStandards #FileSystem #WebAPI #ProofOfConcept
-
Wer Interesse hat, an einem offenen #Proof-of-Concept mitzuwirken (NLP-Schätzung von P, Reproduzierbarkeit, Pre-Registration), um die These der strukturellen #Singularisierung empirisch zu prüfen … lasst uns ein kleines, sauberes Demonstrations-Dataset aufsetzen.🖖
-
Wer Interesse hat, an einem offenen #Proof-of-Concept mitzuwirken (NLP-Schätzung von P, Reproduzierbarkeit, Pre-Registration), um die These der strukturellen #Singularisierung empirisch zu prüfen … lasst uns ein kleines, sauberes Demonstrations-Dataset aufsetzen.🖖
-
Wer Interesse hat, an einem offenen #Proof-of-Concept mitzuwirken (NLP-Schätzung von P, Reproduzierbarkeit, Pre-Registration), um die These der strukturellen #Singularisierung empirisch zu prüfen … lasst uns ein kleines, sauberes Demonstrations-Dataset aufsetzen.🖖
-
ERC-Förderung für Hellmut Augustin und Michael Platten: Wissenschaftler erhalten Proof of Concept Grants, um das Anwendungspotential ihrer Forschungsergebnisse zu erschließen https://www.uni-heidelberg.de/de/newsroom/erc-foerderung-fuer-hellmut-augustin-und-michael-platten
__________ERC Funding for Hellmut Augustin and Michael Platten: Scientists receive Proof of Concept Grants to develop the application potential of their research results https://www.uni-heidelberg.de/en/newsroom/erc-funding-for-hellmut-augustin-and-michael-platten
#universität #heidelberg #uniheidelberg #erc #proofofconcept #forschung #förderung #medizin
-
Proof of Concept to Test Humanoid Robots
#HackerNews #ProofOfConcept #HumanoidRobots #Robotics #IndustrialLogistics #AI
-
Proof of Concept to Test Humanoid Robots
#HackerNews #ProofOfConcept #HumanoidRobots #Robotics #IndustrialLogistics #AI
-
Proof of Concept to Test Humanoid Robots
#HackerNews #ProofOfConcept #HumanoidRobots #Robotics #IndustrialLogistics #AI
-
Proof of Concept to Test Humanoid Robots
#HackerNews #ProofOfConcept #HumanoidRobots #Robotics #IndustrialLogistics #AI
-
Proof of Concept to Test Humanoid Robots
#HackerNews #ProofOfConcept #HumanoidRobots #Robotics #IndustrialLogistics #AI
-
‘The dawn of a new era’
A California-based nuclear startup has reached a hallowed milestone that could accelerate the development of more sustainable energy…
#Nuclear #criticality #InterestingEngineering #LosAlamosNationalLaboratory #nuclear #nuclearengineering #nuclearfission #nuclearreactors #proofofconcept #sustainableenergysources
https://www.europesays.com/2655018/ -
Millionenschaden durch Sicherheitslücken: KI-Coding-Plattform Cursor ermöglicht Budget-Manipulation
Die Lücken ermöglichen es Teammitgliedern ohne Administratorrechte, Ausgabenlimits eigenständig auf siebenstellige Beträge zu erhöhen – ohne dass Administratoren darüber informiert werden.
#development #developer #KICoding #KI #AWSBedrock #aws #ProofofConcept
-
Not bad for a day's work!
Customer wanted their cattle-snooping ML** rig to be waterproof and battery powered, quickly not beautifully.
36V mower battery to two DCDCs to get down to 12V* powering a tiny computer and LIDAR camera. Camera is waterproof, everything else is in a waterproof case. Only one muck-up, and that was recoverable.
#Prototyping #ProofOfConcept #Maker*could have been just one but I didn't have the right one in stock.
**or AI if you prefer. I don't. -
Magnus Effect Drone Flies, Looks Impossible https://hackaday.com/2025/11/30/magnus-effect-drone-flies-looks-impossible/ #proofofconcept #Magnuseffect #dronehacks #fixed-wing #flight #drone #rotor
-
Is is so huge lack of #respect, calling someones work (solution) #proofofconcept, even when it is running flawlessly in production for more than one month without need of any hotfix and release.
-
https://www.europesays.com/uk/549970/ How lean marketing can help Indian start-ups avoid the ‘growth at all costs’ trap #BrandMarketing #Business #Entrepreneurship #ProofOfConcept #StartUpEcosystem #SustainableMarketing #UK #UnitedKingdom #VentureCapital
-
https://www.europesays.com/ie/162531/ How lean marketing can help Indian start-ups avoid the ‘growth at all costs’ trap #BrandMarketing #Business #Éire #Entrepreneurship #IE #Ireland #ProofOfConcept #StartUpEcosystem #SustainableMarketing #VentureCapital
-
#DNS-Server #BIND: Gefahr durch Proof-of-Concept-#Exploit für Sicherheitslücke | Security https://www.heise.de/news/DNS-Server-BIND-Gefahr-durch-Proof-of-Concept-Exploit-fuer-Sicherheitsluecke-10962426.html #ProofOfConcept #Patchday
-
Maybe this #ProofOfConcept is useful for your, if you do #Jenkins pipeline scripts, but your editor doesn't have a proper plugin to validate these scripts.
-
Maybe this #ProofOfConcept is useful for your, if you do #Jenkins pipeline scripts, but your editor doesn't have a proper plugin to validate these scripts.
-
Maybe this #ProofOfConcept is useful for your, if you do #Jenkins pipeline scripts, but your editor doesn't have a proper plugin to validate these scripts.
-
Maybe this #ProofOfConcept is useful for your, if you do #Jenkins pipeline scripts, but your editor doesn't have a proper plugin to validate these scripts.
-
A Proof of Concept is not a mini product. It’s a disciplined experiment to answer one sharp question.
In my latest piece, I explain how Java + Quarkus help you run PoCs fast, small, and focuse and why vendors play a role too.
https://www.the-main-thread.com/p/proof-of-concept-java-quarkus-guide
#Java #Quarkus #EnterpriseDev #SoftwareArchitecture #ProofOfConcept
-
Open-Source Tool Greenshot Hit by Severe Code Execution Vulnerability https://thecyberexpress.com/greenshot-vulnerability/ #GreenshotVulnerability #TheCyberExpressNews #Vulnerabilities #TheCyberExpress #proofofconcept #FirewallDaily #Windows #WndProc
-
Proof-of-Concept in 15 Minutes? AI Turbocharges Exploitation – Source: www.darkreading.com https://ciso2ciso.com/proof-of-concept-in-15-minutes-ai-turbocharges-exploitation-source-www-darkreading-com/ #rssfeedpostgeneratorecho #DarkReadingSecurity #CyberSecurityNews #ProofofConcept #DARKReading