linuxmagazine, to linux
@linuxmagazine@fosstodon.org avatar
KaffDaddy, to neovim German
@KaffDaddy@chaos.social avatar

Ich habe gerade mit „Erschrecken“ festgestellt, wie lange ich schon PhpStorm nicht mehr geöffnet habe. Das war eine Update-Orgie, die einem Windows alle Ehre gemacht hätte. Und dabei wollte ich nur schnell mal einen Blick auf den Datenbank-Client werfen. Weil ich sowas in der Art jetzt auch direkt in neovim habe: https://www.insomniaonline.de/ein-datenbank-client-in-neovim #neovim #database

linuxmagazine, to PostgreSQL
@linuxmagazine@fosstodon.org avatar

From today's Linux Update newsletter: Artur Skura provides an introduction to PostgreSQL and helps you get started with some useful features. https://www.linux-magazine.com/Issues/2024/283/PostgreSQL

pgconfeu, to PostgreSQL
@pgconfeu@mastodon.social avatar

We plan to open our call for sponsors at 10:00 Athens time on Wednesday, May 22nd. You can already preview the sponsorship options at:

https://2024.pgconf.eu/become-sponsor/

Limited levels often sell out fast, so act quickly!

cincura_net, to dotnet
@cincura_net@mas.to avatar

.NET Data Community Standup - Harnessing the Power of Firebird in .NET

https://www.youtube.com/live/p7yNwRiJR2M?si=6a3W1B3KUSf1gc_t

Posit, (edited ) to Flooring
@Posit@fosstodon.org avatar

The world of big data, databases, and R is rapidly evolving with an explosion of tools and packages. We're delighted to announce two workshops at posit::conf(2024) tailored for working with large datasets:

• Big Data in R with Arrow, led by Nic Crane and Steph Hazlitt
• Databases with R led by @kirill

More info on the workshops here: https://reg.conf.posit.co/flow/posit/positconf24/publiccatalog/page/publiccatalog?search=&tab.day=20240812&search.sessiontype=1675316728702001wr6r

#DuckDB #RStats #Arrow #Parquet #Database

cliffwade, to fediverse
@cliffwade@allthingstech.social avatar

Happy Wednesday to all of fedizens in the today!

Let's talk about what our plans are for the day today or what we've already accomplished.

For me, it's been work stuff since early this morning. Doing some database stuff for Nova that I can't give details about yet publicly.

Tonight is just Fortnite with friends, and I might jump into the new Diablo IV season that started yesterday.

shollyethan, to selfhosted
@shollyethan@fosstodon.org avatar

Just published a new article in my #selfhosted alternatives series focused on viable replacements for #Airtable:

https://selfh.st/alternatives/airtable/

As usual, let me know if I missed anything or if you have any feedback on the article/series!

#selfhost #selfhosting #alternative #database #spreadsheet #software #saas

dirkdierickx, to programming
@dirkdierickx@mastodon-belgium.be avatar

1984 - Ashton-Tate introduces the dBase III relational program for IBM PC-compatible computers.

dBase was one of the first database management systems for microcomputers and the most successful in its day. The dBase system included the core database engine, a query system, a forms engine, and a language that tied all of these components together.

clairegiordano, to PostgreSQL
@clairegiordano@hachyderm.io avatar

Hello to those of you who went to (organized by the amazing Henrietta Dombrovskaya) here are my slides.

The conference was so much fun! 🎉🐘 I was honored to give this talk & spend time w/ & friends

🎤 Map of Amazing Postgres Extensions You Might Not Know About 🎤

https://speakerdeck.com/clairegiordano/map-of-amazing-postgres-extensions-you-might-not-know-about-claire-giordano-pgday-chicago-2024

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

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" (#database 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

#database #bobbyTables

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

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

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

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

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

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/

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