
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
github.com/sp0k/presentation-timer
A terminal-based Go application to help practice and time presentations with multiple speakers and sections.
Built using tview and tcell.
SPACEBAR
to switch between speakers and sectionsgo run main.go app.go models.go
[!NOTE] Make sure Go modules are initialized, or run go mod init presentation-timer if needed.
Alice, Bob, Charlie
Intro, Methods, Conclusion
SPACEBAR
to:
[!WARNING] This data is not saved anywhere. You must manually record it if needed
Install them with:
go get github.com/rivo/tview
go get github.com/gdamore/tcell/v2
presentation-timer/
├── main.go # Entry point
├── app.go # All UI and timer logic
├── models.go # Data models: Speaker, Section, Presentation
├── go.mod # (Optional) Go module file
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.