stackoverflow icon

Stackoverflow

Warning: Undefined array key "src" Warning: Undefined array key "dependencies" [closed]

Warning: Undefined array key "src" in /home/u994520440/domains/intenttechpub.com/public_html/wp-content/plugins/elementor/core/page-assets/loader.php on line 89 Warning: Undefined array key &...

  • arrays
  • key
  • undefined
  • warnings
  • src
vote icon

-5

comments icon

0

avatar icon

Rahul N

When submitting data through an EJS form, all data get returned as "undefined"

I'm currently trying to make a login and signup form using EJS, Express, Node, etc. However Whenever I submit data from a form, all data is being returned as "Invalid" I've checked my user ...

  • mongodb
  • express
  • undefined
  • ejs
vote icon

0

comments icon

0

avatar icon

user30069178

Why are my songs showing up as undefined?

Working in p5.js on a class assignment. We have to make a music player. I found a tutorial in the site, but despite copying the code near-exactly (only altering so as to implement multiple songs), I ...

  • javascript
  • undefined
  • p5.js
  • audio-player
vote icon

1

comments icon

2

avatar icon

user29731287

Undefined reference to inherited Methods [duplicate]

I'm trying to implement two Classes - 'EditObject' and 'ProgressObject'. Progressobject is supposed to inherit from EditObject, all its variables and Methods. When I try to use Methods from '...

  • c++
  • inheritance
  • undefined
vote icon

0

comments icon

0

avatar icon

Carll

Type similar to Record<A, B> but saying that not for every A there is a B value (not even an undefined)

Record is defined as follows: /** * Construct a type with a set of properties K of type T */ type Record<K extends keyof any, T> = { [P in K]: T; }; It is defined such that for a Record&...

  • typescript
  • undefined
  • partial
vote icon

0

comments icon

1

avatar icon

Sebastian Barth

What does the empty function body return in JS?

Does an empty function body implicitly return undefined in JS? console.log((() => {})()) Clearly it does right? The console outputs undefined in the example above... // but let's do ...

  • javascript
  • undefined
  • void
vote icon

0

comments icon

3

avatar icon

Asleepace

Why can for...in loop run on undefined?

Why does this code work? for (const i in undefined) {} From for...in - JavaScript | MDN: The for...in statement iterates over all enumerable string properties of an object (ignoring properties keyed ...

  • javascript
  • for-loop
  • undefined
  • enumerable
  • typescript-never
vote icon

2

comments icon

1

avatar icon

Ooker

TypeScript ignores explicit undefined type annotation

When I specify a type of foo|undefined for myConst below, type inspection correctly tells me that myConst has a type of foo|undefined on that line. However, in the next line down, type inspection says ...

  • typescript
  • undefined
  • typing
vote icon

2

comments icon

2

avatar icon

Nate Glenn

Set DatePicker to null when getting ESLint and Prettier errors for null and undefined?

I am trying to give my custom DatePicker an initial value of null/make the date empty. I've tried setting the initial state to both null and undefined, but I get either a ESLint or Prettier error that ...

  • datepicker
  • null
  • undefined
  • prettier
  • typescript-eslint
vote icon

0

comments icon

0

avatar icon

Delilah

holder.js has 'global is undefined' error

When I tried to use holder image within the below code: import { run as runHolder } from "holderjs/holder"; import React, { Fragment, useEffect } from "react"; import { Image } ...

  • reactjs
  • parameters
  • undefined
  • holder.js
vote icon

1

comments icon

0

avatar icon

Park JongBum

Testing undefined, failing in JS

In an Express app I have the following JS code (server side) in a middleware to check that a user provides an adequate token. This is only the relevant part for my question: const authHeader = req....

  • javascript
  • express
  • undefined
vote icon

0

comments icon

0

avatar icon

Michel

"Cucumber @ParameterType Named Parameter Not Recognized in IntelliJ"

I'm using @ParameterType in Cucumber to define a custom type and assigning a name to it. However, when I reference this name in my @Then step definition, the step in my feature file still shows as ...

  • intellij-idea
  • annotations
  • cucumber
  • undefined
vote icon

1

comments icon

0

avatar icon

Aydın Free

Uncaught TypeError: Cannot read properties of undefined (reading 'refs')

Getting below error when XYZ component called. Uncaught TypeError: Cannot read properties of undefined (reading 'refs') at detach (chunk-Y4ZIAFTH.js?v=375eb230:3053:3) at chunk-Y4ZIAFTH.js?v=...

  • javascript
  • reactjs
  • material-ui
  • null
  • undefined
vote icon

0

comments icon

0

avatar icon

Dinesh Kumar

Uncaught TypeError: Cannot read properties of undefined (reading 'refs') in React Js using NX monorepo

Getting this error while closing the modal from closeModal component. I have written path replace using history.push() function. Ex. const OnClose = () =>{ history.push({ pathname: "/...

  • javascript
  • reactjs
  • null
  • undefined
  • ref
vote icon

0

comments icon

0

avatar icon

Dinesh Kumar

React native, pressable issue href being undefined

This is the code I am working with, I am running into an issue of my href being undefined, at runtime upon clicking on any of the links. What am I doing wrong, and why is it happening? I am especially ...

  • react-native
  • undefined
  • href
  • pressable
vote icon

0

comments icon

0

avatar icon

aug kaz

Typescript: undefined property cast check?

We ran into the issue that a property was undefined even though the type doesn't allow it. Turns out the way we create the object in place has some issues. I made a small example which the linter ...

  • typescript
  • undefined
vote icon

-3

comments icon

1

avatar icon

user1269009

Cannot Read Properties of undefined in a 2-Dimensional Matrix, HTML & Javascript

I'm working on creating a pixel-based light in the dark simulation with JavaScript to improve my coding skills. The goal is to create a bubble of light around the cursor as it moves. I'm only ...

  • javascript
  • html
  • typeerror
  • undefined
vote icon

0

comments icon

2

avatar icon

Evan Bair

Why ChromeDevTools cannot destructure property of props but Firefox can?

I'm currently making a Messaging App with Socket.io to have live chat. My app architecture is based like this : function App() { return ( <> <SocketProvider> <...

  • reactjs
  • google-chrome
  • firefox
  • undefined
vote icon

0

comments icon

0

avatar icon

Hachounet

How to solve undefined property $xx in the public function __construct at a controller on Codeigniter 4.5.5

I got undefined property $Surat when defined an object called Surat at a controller on Codeigniter 4.5.5 This is the controller file <?php namespace App\Controllers; use App\Controllers\...

  • undefined
  • codeigniter-4
vote icon

-2

comments icon

1

avatar icon

Raina Zah

Function in flask app can't find variable, but online flask debugger can [duplicate]

I've been working on a python web development course, and my course wants me to make a website that lists some cafés in London. I'm trying to code the functionality to add a café, but when I run the ...

  • python
  • python-3.x
  • flask
  • undefined
  • flask-wtforms
vote icon

0

comments icon

0

avatar icon

SmallCoder12

Mongodb TypeError: Cannot read properties of undefined (reading 'User')

models.tsx import mongoose from "mongoose"; const userSchema = new mongoose.Schema( { name: {type: String, required: true, unique: true}, username: {type: String}, ...

  • mongodb
  • model
  • undefined
vote icon

0

comments icon

0

avatar icon

정채림

Why do I get a linker message: undefined reference to `Date::Date(int, int, int)' [duplicate]

Doing the problems in a popular textbook, I got a error when using a member function in a struct: .../s09-04-02.cpp:30: undefined reference to `Date::Date(int, int, int)' // s09-04-02.cpp simple ...

  • c++
  • struct
  • linker
  • undefined
  • linker-errors
vote icon

0

comments icon

1

avatar icon

cbcalvin

Jquery: Each inside each not recognizing pre-defined array

I'm trying to create an array that keeps track of which lines are already hit so they aren't checked repeatedly if I allow the game to continue until another bingo is hit. This is where my problem is ...

  • jquery
  • multidimensional-array
  • typeerror
  • undefined
vote icon

0

comments icon

1

avatar icon

user2108555

The method 'createTicker' isn't defined for the type

I was trying to create a simple ticker: Ticker? ticker; @override void initState() { super.initState(); ticker = createTicker(tick); ticker!.start(); } @override void dispose() { ticker?....

  • flutter
  • dart
  • undefined
vote icon

1

comments icon

1

avatar icon

Avarage cat enjoyer

type data for props undefined in local component vue3.js with import tag Vue3, Vue3 needed for a alone page

The use-noms-cpnt component is as follows: <div id="app"> <use-noms-cpnt></use-noms-cpnt> </div> I have an App component and an App mounted like this, I put a props ...

  • vuejs3
  • radio-button
  • components
  • dataset
  • undefined
vote icon

0

comments icon

1

avatar icon

Vince

environmental variables accessing in backend files [duplicate]

The following is the tree structure of the files file tree This is code with error : mailtrap.config.js import { MailtrapClient } from "mailtrap"; import dotenv from "dotenv"; ...

  • javascript
  • environment-variables
  • undefined
vote icon

-1

comments icon

1

avatar icon

Vinay Sankar Gokavarapu

Function return undefined [duplicate]

I have a function that return a undefined thing even if it normally need to return something defined. I have this code with a function: const GtfsRealtimeBindings = require("gtfs-realtime-...

  • javascript
  • function
  • asynchronous
  • async-await
  • undefined
vote icon

-3

comments icon

2

avatar icon

Yoan Pettorelli

How to use public functions in other source code files in golang?

Here is my codes. //main.go package main import ( "fmt" ) func main() { bc := NewBlockchain() bc.AddBlock("Send 1 BTC to Ivan") bc.AddBlock("Send 2 more BTC ...

  • go
  • undefined
  • goland
vote icon

0

comments icon

2

avatar icon

이해성

Digital Root Function returns "undefined" [duplicate]

I'm new to programming! Trying to write a function that obtains the digital root of a number. Currently struggling with the "for loop" and "if else" portion of the formula that ...

  • javascript
  • loops
  • recursion
  • undefined
vote icon

0

comments icon

0

avatar icon

user26789162

API FOR JS loop giving undefined at end of data

I am working with this Github code. https://github.com/He3556/Mixcloud-Unfollowers the issue I am facing is that it seems that at the end of the API page, the for loop gives me undefined on the ...

  • jquery
  • for-loop
  • undefined
vote icon

1

comments icon

0

avatar icon

post poop zoomies

Server Timing API - There's undefined and unexpected png on my running browser

I got a weird issue when I was working on html, js.Below is what I got, the point is that when I sent the same code to other computer, it works well with the data, and I also got a line of "...

  • javascript
  • timer
  • undefined
  • content-security-policy
  • phishing
vote icon

0

comments icon

0

avatar icon

Flora Jiang

Why Google_Service_Drive type is undefined

Please someone help me with this. Why the Google_Service_Drive is undefined? I Has installed the google/apiclient and do the configuration on .env file but it still says its undefined. I've been tryng ...

  • php
  • google-api
  • google-drive-api
  • undefined
  • intelephense
vote icon

0

comments icon

1

avatar icon

Is 46

First Element is Undefined in Drop Event Handler using jQuery UI Draggable and Droppable

I'm working on a web application (via python Flask server) using jQuery UI's draggable and droppable features. I have draggable elements that are supposed to be combined when dropped into a droppable ...

  • javascript
  • html
  • variables
  • undefined
vote icon

0

comments icon

1

avatar icon

john cena

Issue with Environment Variable in React - Getting undefined in URL

.env REACT_APP_BASE_URL=https://mysite.azurewebsites.net/ .js const baseUrl = process.env.REACT_APP_BASE_URL; const url = `${baseUrl}WP/SiteLoginAPI/`; console.log('Constructed URL:', url); Problem ...

  • reactjs
  • azure
  • undefined
  • .env
vote icon

-1

comments icon

1

avatar icon

Mudasir Habib

Warning: Undefined array key 0 releases/80/vendor/magento/module-configurable-product/Model/Product/Type/VariationMatrix.php on line 47

A configurable in the Product view opens up with the error message, of which I cannot proceed any further. The children attached can open up without issue. There were not any issues with opening up ...

  • arrays
  • key
  • undefined
  • magento2
  • configurable-product
vote icon

0

comments icon

0

avatar icon

user76474

In Alpine.JS, this.property inside method is undefined

I have a request for help with Alpine.JS I have a packetaApiKey property defined. When I access it this.packetaApiKey in the pickPoint method, it works as expected. But in the showSelectedPickupPoint ...

  • javascript
  • properties
  • undefined
  • this
  • alpine.js
vote icon

0

comments icon

1

avatar icon

Marek Vinárčik

Angular - TypeError: Cannot read properties of undefined (reading 'forEach')

I am trying to read the roles array from this object and getting the error: TypeError: Cannot read properties of undefined (reading 'forEach') Code: this.data.roles.forEach(role => { this....

  • angular
  • typescript
  • runtime-error
  • undefined
vote icon

0

comments icon

1

avatar icon

user2549382

Can TypeScript specify keys that are allowed to not exist, but cannot be assigned to `undefined`? [duplicate]

Summary I want to disallow any explicit undefined value while still allowing implicit undefined values. Background In JavaScript, we have this behavior where accessing a key that does not exist yields ...

  • typescript
  • undefined
vote icon

1

comments icon

1

avatar icon

nullromo

Empty vs. Undefined in Javascript [duplicate]

In Javascript, if I make an array using Array(10), it creates an array with 10 empty items. If I access any item in that array, it returns undefined. However, if I create an array with a length of 10 ...

  • javascript
  • undefined
  • is-empty
vote icon

1

comments icon

2

avatar icon

idk

Uncaught TypeError: Cannot read properties of undefined while reading values from an array that is not undefined in console.log()

I am developing a simple application in React, and I have an array that I want to use .map and display some options. There are two selects, one for the year, and one for the month, which should update ...

  • reactjs
  • arrays
  • typeerror
  • undefined
vote icon

0

comments icon

0

avatar icon

FellipeParreiras

Having an issue with Tyranobuilder, unexpected character issue

I am building a game using Tyranobuilder, I defined a character focus behavior on game settings, such that when a character joins the scene and speaks, they will be bright and when another character ...

  • character
  • undefined
  • game-engine
  • behavior
vote icon

0

comments icon

1

avatar icon

dramaticlook

Problem when using loop-generated variables in ansible

What i'm trying to do is generating lots of similar directory trees. I woul like to set a dict which describes the pattern of the tree. Then i want ansible to generate multiple directory trees with ...

  • loops
  • variables
  • ansible
  • nested
  • undefined
vote icon

0

comments icon

1

avatar icon

Kirill Zelepukin

Reading values from 'Google form' is undefined [duplicate]

I wrote a code in App Script and connected it to a form on the Google Forum Now the problem is that I can't read the data from the fields in any way. I keep getting 'undefined' errors Like: TypeError: ...

  • javascript
  • google-apps-script
  • triggers
  • undefined
  • google-forms
vote icon

0

comments icon

0

avatar icon

Shevy kossovsky

Function returns UNDEFINED while scipt does returns values

I was able to run this script and get the values out of the response. Happy as I was, I wrapped the script in a function and then it returned UNDEFINED. I am pulling all my hairs because the script ...

  • function
  • undefined
vote icon

0

comments icon

0

avatar icon

Paul tje

undefined object while using useContext

This particular things seems happening when i run these codes AuthContext.jsx: // context is a state management tool for passing props import { createContext, useReducer } from "react"; // ...

  • reactjs
  • undefined
  • mern
  • react-context
vote icon

0

comments icon

0

avatar icon

Vinay Sankar Gokavarapu

vuejs3 and vite import.meta.env.VITE_BASE_URL not working

Hello I'm trying to get base url from .env file. And I'm getting undefined. I have tried some stack overflow answers and documentation but it didn't help. console.log('env', import.meta.env....

  • vue.js
  • vuejs3
  • undefined
  • vite
  • .env
vote icon

1

comments icon

1

avatar icon

Dusan

Facing error while making iOS build in xcode 15.2

`Failed to build iOS app in Xcode 15.2. I am facing this errors ("ld: Undefined symbols" and "clang: error: linker command failed with exit code 1 (use -v to see invocation)"). ...

  • ios
  • xcode
  • build
  • undefined
  • debug-symbols
vote icon

-1

comments icon

1

avatar icon

Arslan Zafar

Uncaught Error: Cannot read property 'navigate' of undefined

I'm trying to implement a very simple navigation in react native. I'm trying to navigate from the Home Screen by clicking a button to go to a Details Screen. When clicking the button I get this error: ...

  • react-native
  • react-navigation
  • undefined
  • stack-navigator
vote icon

0

comments icon

0

avatar icon

Anastasija Stojanovska

React component receiving undefined props

I have a simple React app(created with vite), where i am passing a list of objects to a component Carts, Carts component simply parses the list and returns JSX. But there is a error pointing that the ...

  • reactjs
  • undefined
  • vite
  • react-props
vote icon

1

comments icon

1

avatar icon

shivam prajapati

My php form on my website is ending blank submissions to my email [duplicate]

Below is the php code i have on my website. We have been getting some email form submissions that are working but we have also been getting a large amount of empty submissions. When i try to submit a ...

  • php
  • arrays
  • validation
  • undefined
  • form-submit
vote icon

0

comments icon

0

avatar icon

ilana a

stackoverflow icon

Dev to

Join us for the Alibaba Cloud Web Game Challenge: $3,000 in Prizes!

dev.to staff

dev.to staff

  • #devchallenge
  • #alibabachallenge
  • #webdev
  • #cloud
vote icon

No reaction

comments icon

3

Introducing "DUMB DEV"

Ben Halpern

Ben Halpern

  • #watercooler
  • #news
  • #discuss
vote icon

No reaction

comments icon

9

Top 7 Featured DEV Posts of the Week

dev.to staff

dev.to staff

  • #top7
vote icon

No reaction

comments icon

6

Apple Magic Keyboard (USB-C) function keys not working

Peter Kim Frank

Peter Kim Frank

  • #apple
  • #hardware
  • #troubleshooting
vote icon

No reaction

comments icon

1 comment

Microsoft announces a revolutionary keyboard designed for vibe coding!

Alvaro Montoro

Alvaro Montoro

  • #news
  • #webdev
  • #software
  • #watercooler
vote icon

No reaction

comments icon

13

5 Awesome n8n Alternatives

Jonas Scholz

Jonas Scholz

  • #opensource
  • #webdev
  • #ai
  • #cloud
vote icon

No reaction

comments icon

Add Comment

Understanding concepts in Event Driven Architectures (EDA)

Jonathan

Jonathan

  • #eventdriven
  • #architecture
  • #java
  • #springboot
vote icon

No reaction

comments icon

Add Comment

Vanilla Standards Vibes

Sebastian SchĂĽrmann

Sebastian SchĂĽrmann

  • #vibecoding
  • #webstandards
  • #vanillajs
vote icon

No reaction

comments icon

Add Comment

Self-hosting n8n on Ubuntu Server

Jonas Scholz

Jonas Scholz

  • #docker
  • #devops
  • #cloud
  • #opensource
vote icon

No reaction

comments icon

Add Comment

Ghibli is a Double-Edged Sword: Be Cautious Because You Are Giving Metadata to OpenAI

Nikola Perišić

Nikola Perišić

  • #webdev
  • #programming
  • #javascript
  • #ai
vote icon

No reaction

comments icon

Add Comment

Building Super Slim Containerized Lambdas on AWS - Revisited

Ervin Szilagyi

Ervin Szilagyi

  • #aws
  • #serverless
  • #containers
  • #docker
vote icon

No reaction

comments icon

Add Comment

Why Single-Threaded Architectures Still Matter

Muhammad Hamza

Muhammad Hamza

  • #programming
  • #javascript
  • #node
  • #redis
vote icon

No reaction

comments icon

Add Comment

I tried 5 Content Management Systems - Which One we Chose?

Lukas Mauser

Lukas Mauser

  • #webdev
  • #programming
  • #javascript
  • #comparison
vote icon

No reaction

comments icon

Add Comment

AI-Powered Test Automation: Comparing the Best Tools for Smarter Testing

Asher Hartwell

Asher Hartwell

  • #ai
  • #testing
  • #webdev
  • #programming
vote icon

No reaction

comments icon

Add Comment

10 Cool CodePen Demos (March 2025)

Alvaro Montoro

Alvaro Montoro

  • #showdev
  • #html
  • #css
  • #javascript
vote icon

No reaction

comments icon

Add Comment

📱 Generate and Extract APKs from AAB Using BundleTool

Amit Kumar

Amit Kumar

  • #reactnative
  • #android
  • #ios
  • #apk
vote icon

No reaction

comments icon

Add Comment

Deploying Redis and an ECS Service with websocket on AWS with Terraform

Rodrigo Burgos

Rodrigo Burgos

  • #redis
  • #terraform
  • #ecs
  • #nestjs
vote icon

No reaction

comments icon

Add Comment

Aula02 - Arquivo2

ClaudineiClemente48

ClaudineiClemente48

  • #codepen
vote icon

No reaction

comments icon

1 comment

From Frustration to Innovation: The Journey Behind My E-Commerce Platform

Yves Irakoze

Yves Irakoze

  • #webdev
  • #programming
  • #django
  • #developer
vote icon

No reaction

comments icon

Add Comment

RAG, AI Agents and Agentic RAG - what is it and how does it work?

Mrinalini Sugosh (Mrina)

Mrinalini Sugosh (Mrina)

  • #ai
  • #rag
  • #agentaichallenge
  • #webdev
vote icon

No reaction

comments icon

Add Comment

Exhaustive Guide to Generative and Predictive AI in AppSec

Smart Mohr

Smart Mohr

vote icon

No reaction

comments icon

Add Comment

The Deployment Trinity: Next.js + GCP + Pulumi

BinaryGarge.dev

BinaryGarge.dev

  • #devchallenge
  • #pulumichallenge
  • #webdev
  • #cloud
vote icon

No reaction

comments icon

Add Comment

Zero-Knowledge Proof (ZKP) – A Simple Example and Its Application in Blockchain

OstryKot

OstryKot

vote icon

No reaction

comments icon

Add Comment

Implementing an effective Application Security Program: Strategies, methods, and Tools for Optimal results

Smart Mohr

Smart Mohr

vote icon

No reaction

comments icon

Add Comment

unleashing the potential of Agentic AI: How Autonomous Agents are revolutionizing cybersecurity and Application Security

Pierce Ashworth

Pierce Ashworth

vote icon

No reaction

comments icon

Add Comment

gradient triangle

Tell HN: Announcing tomhow as a public moderator

avatar icon

dang

solid triangle

937

solid triangle

287

gradient triangle

Pico.sh (The ultimate SSH powered services for developers)pico.sh

avatar icon

TheTaytay

solid triangle

97

solid triangle

19

gradient triangle

Animals Made from 13 Circles (2016)dorithegiant.com

avatar icon

jihadjihad

solid triangle

365

solid triangle

77

gradient triangle

What, exactly, is an 'AI Agent'? Here's a litmus testtines.com

avatar icon

1as

solid triangle

41

solid triangle

15

gradient triangle

Digital Archivists: Protecting Public Data from Erasureieee.org

avatar icon

rbanffy

solid triangle

115

solid triangle

26

gradient triangle

Matrix.org Will Migrate to MASmatrix.org

avatar icon

LorenDB

solid triangle

101

solid triangle

61

gradient triangle

Prof. Sussman's Reading Listaurellem.org

avatar icon

tmseidman

solid triangle

15

solid triangle

1 comment

gradient triangle

UpCodes (YC S17) Is Hiring SWEs and CSMs to make construction more productiveup.codes

avatar icon

solid triangle

solid triangle

49 minutes ago

gradient triangle

What We Knew Without Knowingnewyorker.com

avatar icon

apollinaire

solid triangle

6

solid triangle

1 comment

gradient triangle

The Lonely Work of Moderating Hacker News (2019)newyorker.com

avatar icon

flypunk

solid triangle

5

solid triangle

1 comment

gradient triangle

When Jorge Luis Borges met one of the founders of AIresobscura.substack.com

avatar icon

benbreen

solid triangle

62

solid triangle

19

gradient triangle

Show HN: A Chrome extension to give you back control over short-form videoschromewebstore.google.com

avatar icon

darajava

solid triangle

73

solid triangle

34

gradient triangle

How Google built its Gemini robotics modelsblog.google

avatar icon

simonpure

solid triangle

94

solid triangle

36

gradient triangle

TV Gardentv.garden

avatar icon

vkdelta

solid triangle

11

solid triangle

discuss

gradient triangle

Vets Who Codevetswhocode.io

avatar icon

mooreds

solid triangle

37

solid triangle

33

gradient triangle

Show HN: Mermaid Chart VS Code Plugin: Mermaid.js Diagrams in Visual Studio Codemermaidchart.com

avatar icon

msfi

solid triangle

66

solid triangle

22

gradient triangle

Ask HN: Who is hiring? (April 2025)

avatar icon

whoishiring

solid triangle

107

solid triangle

211

gradient triangle

Sailing from Berkeley to Hawaii in a 19ft Sailboatpotter-yachters.org

avatar icon

protonbob

solid triangle

71

solid triangle

40

gradient triangle

Henry James's American Journeychronicle.com

avatar icon

samclemens

solid triangle

5

solid triangle

discuss

gradient triangle

Zero Day in Microchip SAM Microcontrollersrecessim.com

avatar icon

BitBangingBytes

solid triangle

42

solid triangle

13

gradient triangle

Hacking the call records of millions of Americansevanconnelly.github.io

avatar icon

voxadam

solid triangle

46

solid triangle

10

gradient triangle

Dipping my toes in OpenBSD, in Amsterdamewintr.nl

avatar icon

DJHenk

solid triangle

19

solid triangle

1 comment

gradient triangle

Mozilla launching "Thundermail" email service to take on Gmail, Microsoft 365techradar.com

avatar icon

bentobean

solid triangle

97

solid triangle

67

gradient triangle

Why is the world losing color?culture-critic.com

avatar icon

trevin

solid triangle

204

solid triangle

187

gradient triangle

Porting Tailscale to Plan 9tailscale.com

avatar icon

adriangrigore

solid triangle

294

solid triangle

72

gradient triangle

In the Matter of the Commastheamericanscholar.org

avatar icon

apollinaire

solid triangle

5

solid triangle

discuss

gradient triangle

Coffea stenophylla: A forgotten bean that could save coffee from extinctionsmithsonianmag.com

avatar icon

derbOac

solid triangle

140

solid triangle

93

gradient triangle

PaperBenchopenai.com

avatar icon

meetpateltech

solid triangle

44

solid triangle

11

gradient triangle

Waltz's team set up at least 20 Signal group chats for crises across the worldpolitico.com

avatar icon

mdhb

solid triangle

196

solid triangle

104

gradient triangle

Stop syncing everythingsqlsync.dev

avatar icon

neilk

solid triangle

607

solid triangle

109