Hacker News
- LattePanda Mu is a $139 computer-on-a-module with Intel N100 https://liliputing.com/lattepanda-mu-is-a-139-computer-on-a-module-with-intel-n100/ 4 comments
- Show HN: Fake Terraform modules for fast testing and learning https://github.com/gruntwork-io/terraform-fake-modules 4 comments
- Python `select` module - well explained step by step http://www.doughellmann.com/PyMOTW/select/ 6 comments
- Introduction to Amplitude Modulation, Demodulation http://mazeofamazement.wordpress.com/2010/06/13/amplitude-modulation-am-demodulation-and-their-circuit-implementations/ 3 comments
- Help/discuss: choosing between CSS architectures for my React app (styled-components vs. css-modules, etc.) https://styled-components.com/ 10 comments reactjs
- ZP2 cleavage blocks polyspermy by modulating the architecture of the egg coat https://www.cell.com/cell/fulltext/S0092-8674(24)00179-X 5 comments science
- The wiring of this KY-018 photoresistor module seems fishy https://arduinomodules.info/ky-018-photoresistor-module/ 6 comments arduino
- On the scalability of C++ module implementations or lack thereof https://nibblestew.blogspot.com/2023/12/on-scalability-of-c-module.html 46 comments cpp
- Solar module prices are falling, with no end in sight https://pv-magazine-usa.com/2023/09/28/solar-module-price-falling-with-no-end-in-sight/ 118 comments futurology
- Happy to announce version `1.3.1` of the `import` package. The `import` package and the `import::from()` function provides an alternative way to import specific functions from R packages or modules (.R scripts). This version improves stability in certain use cases. https://import.rticulate.org/news/index.html 7 comments rstats
- Modules in Julia None 8 comments julia
- Alternative to Nuxt Auth module for a vue 3/vite/pinia project https://auth.nuxtjs.org/ 2 comments vuejs
- Case Allegedly Designed for Upcoming iPhone 13 Pro Max Shows Significantly Larger Camera Module https://www.macrumors.com/2021/07/06/iphone-13-pro-max-camera-module-case/ 125 comments apple
- C++20 Modules build script (Python and g++) https://www.reddit.com/r/cpp/comments/nzsnl1/c20_modules_build_script_python_and_g/ 26 comments cpp
- Built solar assets are ‘chronically underperforming’ and modules degrading faster than expected, research finds - operational solar assets are continuing to experience higher than expected rates of degradation, with annual degradation in the field observed at around 1% https://www.pv-tech.org/built-solar-assets-are-chronically-underperforming-and-modules-degrading-faster-than-expected-research-finds/ 43 comments energy
- Moving Perl Mojolicious routes to their own module https://phoenixtrap.com/2021/06/08/moving-perl-mojolicious-routes-to-their-own-module/?utm_source=rss&utm_medium=rss&utm_campaign=moving-perl-mojolicious-routes-to-their-own-module 2 comments perl
- C# equivalent to Pythons cmd module? https://www.reddit.com/r/csharp/comments/n8vfy7/c_equivalent_to_pythons_cmd_module/ 3 comments csharp
- Use JPMS to bootstrap implementations and obtain private access to classes from user modules. [2018] https://in.relation.to/2018/03/21/spec-api-modularity-patterns/ 6 comments java
- Multiple library files (modules?) with multiple binaries in Cargo Project https://www.reddit.com/r/rust/comments/jx6rwm/multiple_library_files_modules_with_multiple/ 4 comments rust
- Writing and publishing a Python module in Rust https://blog.yossarian.net/2020/08/02/writing-and-publishing-a-python-module-in-rust 8 comments rust
- Introducing Sass Modules | CSS-Tricks https://css-tricks.com/introducing-sass-modules/ 4 comments webdev
- Go Modules: The Best of Both Worlds https://brandon.dimcheff.com/2019/04/go-modules-the-best-of-both-worlds/ 4 comments golang
- Could not load module ... It is a member of the hidden package https://www.reddit.com/r/haskell/comments/b27d49/could_not_load_module_it_is_a_member_of_the/ 7 comments haskell
- 2018 San Diego ISO C++ Committee Trip Report (Ranges v1 TS for C++20; consensus on modules design; new Language and Library Evolution Incubators) https://www.reddit.com/r/cpp/comments/9vwvbz/2018_san_diego_iso_c_committee_trip_report_ranges/ 386 comments cpp
- Should I choose x.yy or x.yyy versioning scheme for my Perl module? https://perlancar.wordpress.com/2018/09/10/should-i-choose-x-yy-or-x-yyy-versioning-scheme-for-my-perl-module/ 4 comments perl
- G-Sync HDR modules use $500 Intel units https://www.reddit.com/r/Monitors/comments/8tq2r4/gsync_hdr_modules_use_500_intel_units/ 62 comments nvidia
- Good article on 433MHz regulations in the US for those who have those 433MHz modules https://www.edn.com/electronics-blogs/eye-on-iot-/4437311/using-433-mhz-for-wireless-connectivity-in-the-internet-of-things 11 comments arduino
- Best modules for electric mines https://www.reddit.com/r/factorio/comments/5y42cu/best_modules_for_electric_mines/ 9 comments factorio
- Ways to provide body payload in Ansible URI module https://liquidat.wordpress.com/2016/05/10/ways-to-provide-body-payload-to-ansible-uri-module/ 4 comments linux
- Parallelized Mutual Information based Feature Selection module. https://github.com/danielhomola/mifs 3 comments datascience
- question about cheap wifi modules https://www.youtube.com/watch?v=9QZkCQSHnko 13 comments arduino
- rollup.js - a next-generation JavaScript module bundler http://rollupjs.org/#%7B%22options%22:%7B%22format%22:%22amd%22,%22modulename%22:%22mybundle%22,%22globals%22:%7B%7D%7D,%22modules%22:%5B%7B%22name%22:%22main.js%22,%22code%22:%22import%20%7B%20cube%20%7D%20from%20%27./maths.js%27;%5Cnconsole.log%28%20cube%28%205%20%29%20%29;%20//%20125%22%7D,%7B%22name%22:%22maths.js%22,%22code%22:%22//%20this%20function%20isn%27t%20used%20anywhere,%20so%5Cn//%20rollup%20excludes%20it%20from%20the%20bundle...%5Cnexport%20function%20square%20%28%20x%20%29%20%7B%5Cn%5Ctreturn%20x%20*%20x;%5Cn%7D%5Cn%5Cn//%20this%20function%20gets%20included%5Cnexport%20function%20cube%20%28%20x%20%29%20%7B%5Cn%5Ct//%20rewrite%20this%20as%20%60square%28%20x%20%29%20*%20x%60%5Cn%5Ct//%20and%20see%20what%20happens!%5Cn%5Ctreturn%20x%20*%20x%20*%20x;%5Cn%7D%22%7D%5D%7D 9 comments javascript
- iPhone 6s Plus in Short Supply Due to Backlight Module Production Issues http://www.macrumors.com/2015/09/14/iphone-6s-short-supply-backlight-module-kuo/?utm_source=osx&utm_medium=push&utm_campaign=front 3 comments apple
- npm Passes RubyGems in Terms of Module Count http://modulecounts.com/ 8 comments programming
- New blog, new post: Revealing Modules and Mixins. Check it out, feedback welcome! http://www.ordinaryrobot.com/posts/revealing-module 4 comments javascript
- Cheetah's don't simply outrun their prey, but have shown to have prey-specific speed modulation and anticipate escape tactics. http://www.eurekalert.org/pub_releases/2013-09/qub-srn090513.php 8 comments science
- Asynchronous Module Loading With Browserify http://esa-matti.suuronen.org/blog/2013/04/15/asynchronous-module-loading-with-browserify/ 5 comments javascript
- NASA's Lunar Reconnaissance Orbiter fly's over and snaps a picture of Apollo 11 Lunar Module. Neil & Buzz's footprints are still visible. http://www.zmescience.com/space/most-detailed-apollo-11-landing-site-photo-20032012/ 340 comments science
- The LK was the Soviet lunar lander and counterpart of the American Lunar Module and was flown three times in earth orbit http://astronautix.com/craft/lk.htm 5 comments space
- Dynamic languages need modules http://calculist.blogspot.com/2008/04/dynamic-languages-need-modules.html 12 comments programming