Hacker News
- The challenges of producing quality code when using AI-based generalistic models https://www.infoq.com/news/2023/10/producing-quality-code-AI/ 4 comments
- IBM Granite: A Family of Open Foundation Models for Code Intelligence https://github.com/ibm-granite/granite-code-models 74 comments
- Emacs-copilot: Large language model code completion for Emacs https://github.com/jart/emacs-copilot 156 comments
- Research AI model unexpectedly modified its own code to extend runtime https://arstechnica.com/information-technology/2024/08/research-ai-model-unexpectedly-modified-its-own-code-to-extend-runtime/ 4 comments technology
- Research AI model unexpectedly modified its own code to extend runtime https://arstechnica.com/information-technology/2024/08/research-ai-model-unexpectedly-modified-its-own-code-to-extend-runtime/ 25 comments futurology
- Research AI model unexpectedly modified its own code to extend runtime https://arstechnica.com/information-technology/2024/08/research-ai-model-unexpectedly-modified-its-own-code-to-extend-runtime/ 7 comments technology
- [P]Change few lines of codes, and then accelerate AI model training by 10x https://github.com/hpcaitech/ColossalAI 7 comments machinelearning
- tvOS 14.5 beta code suggests 120Hz support coming to a new Apple TV model https://9to5mac.com/2021/04/05/tvos-14-5-beta-code-suggests-120hz-support-coming-to-a-new-apple-tv-model/ 184 comments apple
- How to organize code for models in RoR. https://www.reddit.com/r/ruby/comments/5m0x1u/how_to_organize_code_for_models_in_ror/ 7 comments ruby
- Understanding the x64 code models http://eli.thegreenplace.net/2012/01/03/understanding-the-x64-code-models 3 comments asm
- Quake 3 Source Code Review: Network Model http://fabiensanglard.net/quake3/network.php 151 comments programming
- Please review my code: Custom form saving one form to two models https://www.reddit.com/r/django/comments/6f6o2c/please_review_my_code_custom_form_saving_one_form/ 8 comments django
- Hundreds of HP printer models vulnerable to remote code execution https://www.bleepingcomputer.com/news/security/hundreds-of-hp-printer-models-vulnerable-to-remote-code-execution/ 152 comments programming
- NVIDIA NeMo: An Open-Source Toolkit For Developing State-Of-The-Art Conversational AI Models In Three Lines Of Code https://www.reddit.com/r/artificial/comments/j7qwjk/nvidia_nemo_an_opensource_toolkit_for_developing/ 13 comments artificial
- The UK government's COVID-19 simulation model is a masterpiece in spaghetti code and bad practices https://github.com/mrc-ide/covid-sim/blob/master/src/covidsim.cpp 700 comments programming
- Smart Battery Case models for iPhone 11/Pro/Max found in iOS 13 code https://9to5mac.com/2019/09/20/smart-battery-case-models-for-iphone-11-pro-max-found-in-ios-13-code/ 100 comments apple
- EC sends notice to makers of movie 'PM Narendra Modi' for allegedly violating model code of conduct https://www.newslaundry.com/shorts/ec-sends-notice-to-makers-of-pm-narendra-modi-for-allegedly-violating-model-code-of-conduct 15 comments india
- Google launches "What-if" tool to analyze ML Models without writing any code https://www.technotification.com/2018/09/googles-what-if-tool-ml-models.html 6 comments compsci
- JSON to model object, with as little "glue code" as possible https://gist.github.com/thepantsthief/6b2345fba1b3430292686972500be1bc 5 comments swift
- Help with modeling a feedback control system. Using code, not simulink. https://www.reddit.com/r/matlab/comments/5ayxd2/help_with_modeling_a_feedback_control_system/ 7 comments matlab
- Can this eloquent model query be done in a single line of code? https://laravel.com/docs/5.3/eloquent-relationships 3 comments laravel
- I've stalled out, my entire business model consists of posting coupon codes on reddit! https://www.etsy.com/shop/LakeHouseLeathers?section_id=16288425&ref=shopsection_leftnav_1 30 comments startups
- Learn how to build and train a machine learning model from scratch! - Vivint's Game of Codes https://goc.vivint.com/problems/mlc 3 comments programming
- Visual Studio Code extension for automatically creating Eloquent model attributes from database https://marketplace.visualstudio.com/items?itemName=SandaruwanGunathilake.laravel-eloquent-model-attributes 18 comments laravel
- Does GHC's code generator for ARM exploit its weaker memory model? https://www.reddit.com/r/haskell/comments/k4fiv8/does_ghcs_code_generator_for_arm_exploit_its/ 12 comments haskell
- OpenAI Guards Its ML Model Code & Data to Thwart Malicious Usage https://medium.com/syncedreview/openai-guards-its-ml-model-code-data-to-thwart-malicious-usage-d9f7e9c43cd0 19 comments compsci
- Paste JSON, instantly get Objective-C models and code without dependencies https://app.quicktype.io/#l=objc 14 comments objectivec
- Microsoft’s Copilot is getting OpenAI’s latest models and a new code interpreter https://www.theverge.com/2023/12/5/23989052/microsoft-copilot-gpt-4-turbo-openai-models-code-interpreter-feature 15 comments technology
- I worked endlessly for 7 months writing C++ code to develop the world's first polygonal 3D modeling app for the HoloLens x-post /r/hololens https://vertostudio.com/holo.php 8 comments technology
- Twitter / ndtv: Arvind Kejriwal didn't violate model code of conduct in Gujarat: Patan Collector to NDTV https://twitter.com/ndtv/status/441229223131623424 13 comments india
- Highlights of Microsoft Project Code Name "M": The Data and Modeling Language http://blog.functionalfun.net/2009/11/highlights-of-microsoft-project-code.html 4 comments coding
- iOS 14 code shows only iPhone 12 Pro will gain time-of-flight sensor for generating 3D models of environments https://9to5mac.com/2020/03/17/ios-14-code-shows-only-iphone-12-pro-will-gain-time-of-flight-sensor-for-generating-3d-models-of-environments/amp/?__twitter_impression=true 38 comments apple
- fable 0.1.0 - Tidy Time-Series Forecasting: Major update/remake of the forecast package. Forecast & test multiple models with just a few lines of code. Uses "time-series tibbles" so it works with dplyr. http://fable.tidyverts.org 10 comments rstats
- Microsoft acquires AI startup Lobe to help people make deep learning models without code https://venturebeat.com/2018/09/13/microsoft-acquires-ai-startup-lobe-to-help-people-make-deep-learning-models-without-code/ 6 comments microsoft
- Raymarching Distance Fields in Unity: How to render 3D models entirely in code, without using polygons or meshes, in a production game engine. http://flafla2.github.io/2016/10/01/raymarching.html 15 comments gamedev
- Google quietly launches internal AI model named 'Goose' to help employees write code faster, leaked documents show https://www.businessinsider.com/google-goose-ai-model-language-ai-coding-2024-2 79 comments technology
- The Future of Interactive Theorem Proving? "Lean Chat, a VS-code extension that provides an interface for autoformalizing natural language theorem statements in Lean. Under the hood, these translation are generated by OpenAI’s Codex, a text generation model trained on Github source code." https://xenaproject.wordpress.com/2022/08/16/the-future-of-interactive-theorem-proving/ 17 comments math
- iOS 14 code confirms Apple planning ‘iPhone 9 Plus’ with A13 as larger version of rumored entry-level model https://9to5mac.com/2020/03/16/ios-14-code-confirms-apple-planning-iphone-9-plus-with-a13-as-larger-version-of-rumored-entry-level-model/ 9 comments apple
- Election Commission ignores 37 complaints against Modi and Shah | Has Model Code of Conduct (MCC) been replaced by a ‘Modi Code of Conduct’? Is there one set of rules for PM and one for the opposition? And has the EC been renamed Election ‘Omission’ of India? https://www.nationalheraldindia.com/india/election-commission-ignores-37-complaints-against-modi-and-shah 25 comments india
- "Writing correct code in the exception-throwing model is in a sense harder than in an error-code model" http://blogs.msdn.com/b/oldnewthing/archive/2004/04/22/118161.aspx 95 comments programming