br00t4c, to random
@br00t4c@mastodon.social avatar

Dell warns of "incident" that may have leaked customers' personal info

https://arstechnica.com/?p=2023185

JordiGH, to python
@JordiGH@mathstodon.xyz avatar

This is the first time I work for a company that I actively want to personally advertise for, but I really like what does. It's like a that's really a and lets you use as a computational language. And it's all open source!

Have some links!

https://getgrist.com

https://github.com/gristlabs/grist-core

And have some marketing materials!

The drafts were really good too:

https://docs.google.com/presentation/d/1kzmv4o2ZqRYeWPq_Y9LkS50whzcMrL_gn1zoV6EnJQA/

notsle, to random
@notsle@kzoo.to avatar

I just had to explain to our "technical" "Product Owner"
The difference between a Database Server and Database.

Now maybe im being to picky here. but shouldn't someone in charge of a product that is built around databases understand the basic functionality of Database Servers?

aral, to javascript
@aral@mastodon.ar.al avatar

Just published a minor update (version 5.1.1) to JavaScript Database (JSDB) that optimises the custom data type¹ serialisation code by removing a redundant return statement:

https://www.npmjs.com/package/@small-tech/jsdb

This change is backwards compatible and shouldn’t require and updates to your projects, including the ones you have in Kitten (which uses JSDB internally).

¹ https://codeberg.org/small-tech/jsdb#custom-data-types
² https://codeberg.org/kitten/app

#JavaScriptDatabase #JavaScript #database #JSDB #Kitten #SmallWeb #NodeJS #web #dev

orsvarn, to rust
@orsvarn@peoplemaking.games avatar

I’m writing a “database” lib where each entry is a file, to avoid having to load the entire DB for most operations.

I think it might be a good fit for the rewrite of my time tracking app. 🤔

Writing this DB feels illegal. Please let me know why this won’t work. 😆

#RustLang #Database

davidbisset, to random
@davidbisset@phpc.social avatar

🤦🏻‍♂️

"A local authority has announced it will ban apostrophes on street signs to avoid problems with computer systems" ( issues).

https://www.bbc.com/news/uk-england-york-north-yorkshire-68942321

peter, to random
@peter@area51.social avatar

They should be sanitising their database inputs rather than change the input data!

"A local authority has announced it will ban apostrophes on street signs to avoid problems with computer systems."

North Yorkshire Council to phase out apostrophe use on street signs - BBC News
https://www.bbc.co.uk/news/uk-england-york-north-yorkshire-68942321

aral, to javascript
@aral@mastodon.ar.al avatar
br00t4c, to random
@br00t4c@mastodon.social avatar
aral, to programming
@aral@mastodon.ar.al avatar

JSDB 5.0.0 published 🎉

• Custom classes must have a constructor that accepts a parameter object as its only argument. Constructors are run during deserialisation.

• Custom classes can now safely extend other classes (e.g., EventEmitter).

• Properties that begin with an underscore (_) are treated as private and ignored.

• Objects with null prototypes are supported. i.e., objects created with Object.create(null, …).

Full details: https://codeberg.org/small-tech/jsdb#migrating-from-earlier-versions-of-jsdf

#JSDB #NodeJS #database

aral,
@aral@mastodon.ar.al avatar

JSDB 5.0.1 published 🎉

• Fixes #14: Crash if DataProxy getHandler() called on object with null prototype. (https://codeberg.org/small-tech/jsdb/issues/14)

To install update:

npm install @small/jsdb@5.0.1

Learn more about JSDB:

https://codeberg.org/small-tech/jsdb#javascript-database-jsdb

#JavaScriptDatabase #JavaScript #database JSDB #JSDB5 #NodeJS #SmallTech #SmallWeb #web #dev

aral,
@aral@mastodon.ar.al avatar

JSDB 5.1.0 published¹ 🎉

• Forgetting to pass a custom class that’s persisted in your database in your JSDB.open() call now throws instead of corrupting your database by falling back to using an untyped object.

• Added JSDF ver. 2 to 3 database migration script (i.e., JSDB version 2-4 to 5)²

To install update:

npm install @small/jsdb@5.1.0

¹ https://codeberg.org/small-tech/jsdb/releases

² https://codeberg.org/small-tech/jsdb#version-2-to-3

JSDB

aral, to javascript
@aral@mastodon.ar.al avatar

100% test coverage doesn’t mean your code’s bug free but it did just lead me to find and fix an issue in JavaScript Database (JSDB)¹ with a code path that wasn’t being hit that I would have otherwise missed because it was causing the relevant test to pass.

¹ JSDB is a zero-dependency, transparent, in-memory, streaming write-on-update JavaScript database for the Small Web that persists to a JavaScript transaction log (an append-only log).

https://codeberg.org/small-tech/jsdb

aral,
@aral@mastodon.ar.al avatar

To really drive home the above 👆 point that 100% test coverage does not mean ‘bug free’, just found a bug in JSDB¹ 5.0.0 where running JSON.stringify() on a complex custom object (actually: the automatic Proxy of the custom object created by JSDB) results in an error.

Already have a failing test and about to implement fix.

(It’s at this point where the test harness is invaluable.)

¹ https://codeberg.org/small-tech/jsdb

br00t4c, to random
@br00t4c@mastodon.social avatar

From Chiapas to Tamaulipas, new database maps thousands of migrants' dangerous journeys through Mexico in trailer trucks

#data #database

https://www.icij.org/inside-icij/2024/04/from-chiapas-to-tamaulipas-new-database-maps-thousands-of-migrants-dangerous-journeys-through-mexico-in-trailer-trucks/

jezlyn, to fountainpens
@jezlyn@mastodon.social avatar
kubikpixel, (edited ) to Redis German
@kubikpixel@chaos.social avatar

I have the same question about: PoloDB¹ vs. KeyDB² or even RethinkDB³? 🤔
(all ar open-source and free)

«MongoDB vs. Redis: Which Database Should You Use?»
📄 https://www.integrate.io/blog/mongodb-vs-redis/

  1. https://www.polodb.org
  2. https://docs.keydb.dev
  3. https://rethinkdb.com


kubikpixel, to rust
@kubikpixel@chaos.social avatar

Have any of you Rust developers ever used Skytable and been satisfied so far? Is it also 100% open source or do I have to pay attention to something like SurrealDB and can GraphQL or something similar also be used on it?

🦀 https://skytable.io
⚙️ https://surrealdb.com
⚙️ https://graphql.org


janriemer, to Redis

Open Source will always win!

https://github.com/valkey-io/valkey

"A new project to resume development on the formerly open-source Redis project. We're calling it #Valkey, since it's a twist on the key-value datastore."

#Redis #OpenSource #Cache #Database

kris_inwood, to history
@kris_inwood@mas.to avatar

Data infrastructure for Canada

Attractive new tool to map census data since 1951 at https://edumaps.esri.ca/census/
New polygon files for historic census data at
https://hgiscanada.usask.ca/download
And the historical census microdata are coming soon https://thecanadianpeoples.com

@economics @demography @socialscience @sociology @politicalscience @geography @anthropology @econhist @devecon @archaeodons #history #histodons #hgis #dataviz #Canada #census #glamsdons #data #database

br00t4c, to random
@br00t4c@mastodon.social avatar

Progressive International unveils database exposing global right-wing network threatening democracies

#database

https://www.nationofchange.org/2024/04/19/progressive-international-unveils-database-exposing-global-right-wing-network-threatening-democracies/

br00t4c, to random
@br00t4c@mastodon.social avatar

Cybercriminals threaten to leak all 5 million records from stolen database of high-risk individuals

#database #time

https://go.theregister.com/feed/www.theregister.com/2024/04/19/cybercriminals_threaten_to_leak_all/

pkw, to random
@pkw@mastodon.sdf.org avatar

Anybody recommend a free or open source database that can do vectors?

I use elasticsearch at work and would like to duplicate or imitate what it can do with vector indexes on my own.

#vectordb #database

frankel, to streaming
@frankel@mastodon.top avatar
Wurm, to random

So... my sister had a project where she had to create a #database and I helped her create it (I basically did all the work) and... she asked me if I could send it to her via #PDF ​:cri:​

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • InstantRegret
  • thenastyranch
  • mdbf
  • khanakhh
  • Youngstown
  • slotface
  • hgfsjryuu7
  • ngwrru68w68
  • rosin
  • kavyap
  • Durango
  • PowerRangers
  • DreamBathrooms
  • Leos
  • magazineikmin
  • cisconetworking
  • cubers
  • vwfavf
  • tacticalgear
  • everett
  • osvaldo12
  • ethstaker
  • tester
  • normalnudes
  • modclub
  • GTA5RPClips
  • provamag3
  • All magazines