frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Ask HN: Vertical and Horizontal Microinstruction Format?

1•shivajikobardan•3h ago
The below answer has been provided with claude.ai. I am just trying to verify whether this is correct or not.

The exact difference between horizontal and vertical microinstructions lies in how the control signals are encoded within the microinstruction word:

*Horizontal Microinstructions:* - Each bit in the microinstruction directly corresponds to a specific control signal - If you have 20 control signals, you need 20 bits in the microinstruction - Each bit position has a dedicated meaning (e.g., bit 0 = ALU enable, bit 1 = register write, bit 2 = memory read, etc.) - The microinstruction is essentially a bit vector where each bit directly controls one hardware component - Example: `101001010...` where each position directly turns on/off a specific control line

*Vertical Microinstructions:* - Control signals are encoded using fewer bits through encoding schemes - Multiple control signals are grouped together and represented by encoded fields - Uses decoders to convert the encoded fields back to individual control signals - Each field in the microinstruction represents a group of mutually exclusive or related operations - Example: Instead of having 8 separate bits for 8 different ALU operations, you use 3 bits to encode which of the 8 operations to perform

*Formation Example:* Say you need to control: ALU operation (8 possibilities), Register selection (4 registers), Memory operation (read/write/none)

- *Horizontal*: Need 8 + 4 + 2 = 14 bits minimum (one bit per control signal) - *Vertical*: Need 3 + 2 + 2 = 7 bits (encoded fields: 3 bits for ALU ops, 2 bits for register, 2 bits for memory)

The key formation difference is: horizontal uses direct bit-to-control mapping, while vertical uses encoded fields that require decoding hardware.

Keynesian Beauty Contest

https://en.wikipedia.org/wiki/Keynesian_beauty_contest
1•call-me-al•1m ago•0 comments

7-Eleven robot trial targets labor shortages

https://www3.nhk.or.jp/nhkworld/en/news/20250910_B1/
1•Improvement•2m ago•0 comments

AI cut new hire onboarding from 91 to 49 days

https://newsletter.getdx.com/p/ai-cuts-developer-onboarding-time-in-half
1•mustaphah•3m ago•0 comments

The radical plan to prevent overdoses with better drugs

https://www.theguardian.com/society/ng-interactive/2025/sep/10/drug-overdose-crisis-dulf-vancouver
1•n1b0m•6m ago•0 comments

Kerberoasting

https://blog.cryptographyengineering.com/2025/09/10/kerberoasting/
2•feross•7m ago•0 comments

Americans' junk-filled garages are hurting EV adoption, study says

https://arstechnica.com/cars/2025/08/junk-filled-garages-hurt-ev-sales-as-people-dont-have-room-f...
1•PaulHoule•9m ago•0 comments

Electric cars: Tax benefits and incentives (2025)

https://www.acea.auto/fact/electric-cars-tax-benefits-and-incentives-2025/
1•andsoitis•11m ago•0 comments

Effects as Capabilities in Scala

https://nrinaudo.github.io/articles/capabilities.html
2•Bogdanp•11m ago•0 comments

If Apple cared about privacy

https://herman.bearblog.dev/apple-privacy/
2•HermanMartinus•13m ago•0 comments

Show HN: React Kickstart – Interactive CLI for pre-configured React projects

https://github.com/gavbarosee/react-kickstart
1•gavb•14m ago•0 comments

New Mexico becomes first state to offer free childcare for all

https://www.theguardian.com/us-news/2025/sep/09/new-mexico-free-universal-childcare
1•andsoitis•15m ago•0 comments

Video of US missile fired at mystery orb shown at UFO hearing

https://www.bbc.co.uk/news/videos/cj07rg34l62o
2•zh3•15m ago•1 comments

Effective Rust

https://effective-rust.com/
1•pykello•15m ago•0 comments

The First Time Scientists Have Seen Decisionmaking in a Brain

https://www.wired.com/story/this-is-the-first-time-scientists-have-seen-decision-making-in-a-brain/
1•beardyw•16m ago•0 comments

Trump Cracks Down on Drug Ads–But U.S. Remains an Outlier

https://time.com/7315848/drug-advertising-pharmaceutical-companies-trump-executive-order-side-eff...
1•koolba•16m ago•0 comments

A custom iPhone quote widget that runs for free on GitHub Pages

https://github.com/angx1/weekly-quote
1•angxl•19m ago•0 comments

Show HN: Drizzle Cube – embeddable MIT licensed analytics

https://try.drizzle-cube.dev/
1•cliftonc•19m ago•0 comments

Lutnick says U.S. should take 50% of universities' patent revenue

https://www.axios.com/2025/09/10/howard-lutnick-university-patents-research
2•aredox•20m ago•0 comments

Claude Code CLI with GLM-4.5

https://www.nibzard.com/claude-zhipu/
1•nkko•20m ago•0 comments

Nano Banana in Java

https://glaforge.dev/posts/2025/09/09/calling-nano-banana-from-java/
1•nkko•22m ago•0 comments

The rewilding milestone Earth has already passed

https://www.bbc.com/future/article/20250909-the-rewilding-milestone-earth-has-already-passed
1•andsoitis•22m ago•0 comments

Survey: Most IT Teams Not Prepared to Manage AI Workloads

https://devops.com/survey-most-it-teams-not-prepared-to-manage-ai-workloads/
1•nkko•23m ago•0 comments

Lung function as we age and wider affects on health

https://www.bbc.com/future/article/20250908-the-simple-test-to-check-how-old-your-lungs-are
1•1659447091•24m ago•0 comments

The government approved Cambridge's sewage treatment plant upgrade, then withd

https://takes.jamesomalley.co.uk/p/build-stevie-build
2•fanf2•27m ago•0 comments

Why feature selection methods rarely agree (I tested five side by side)

https://aayushig950.substack.com/p/the-ultimate-guide-to-feature-selection
1•Cermank•28m ago•0 comments

Show HN: An app that organizes your content for you

https://apps.apple.com/us/app/oktonote/id6749813362
1•vasanthps•28m ago•0 comments

Malicious NPM Versions (chalk, debug, strip-ANSI) Found in September 2025 Attack

https://blog.firstpoint.com.tr/securing-repos-after-the-september-2025-npm-supply-chain-attack/
1•cosmodev•30m ago•1 comments

Scaling Asyncio on Free-Threaded Python

https://labs.quansight.org/blog/scaling-asyncio-on-free-threaded-python
1•todsacerdoti•33m ago•0 comments

LLM Chat Scraper – AI Share URL Extractor

https://github.com/andreasc1/LLM-Chat-Scraper-AI-Share-URL-Extractor
1•megahz•33m ago•1 comments

Show HN: GameLinkSafeCLI – CLI to create TCP/UDP tunnels over WebRTC

https://github.com/PiterWeb/GameLinkSafeCLI
1•piterdev•34m ago•0 comments