#open-sourcegraphics
Explore tagged Tumblr posts
vector-graphic-store · 7 months ago
Text
Vector Graphic Store - Restoring the Artistry of World War II Posters
Tumblr media
Why the Artists of World War II Deserve Recognition When we think of heroes from World War II, soldiers often come to mind first. However, the artists who created wartime propaganda played a crucial role too. They were responsible for shaping public opinion and maintaining morale. Their work inspired the public to support the war effort, whether by joining the military or working harder at home. These artists did more than just draw and paint. They crafted messages that persuaded people to take action. They convinced Americans to work longer hours and to conserve resources. Their art encouraged enlistment and demonized the enemy when needed. These artists were tasked with influencing the public, and they did so with remarkable success. Why This Project Matters Our new project will convert these important posters into SVG format, making them available in the highest quality for designers, educators, and historians. We’re taking public domain World War II posters and transforming them into modern, editable formats. You’ll be able to download AI (Adobe Illustrator), EPS, and SVG files from The Vector Graphic Store. Alongside these, we’ll also provide the original poster files. This project allows us to preserve the visual history of World War II while making it more accessible. Designers can use these files in modern projects without worrying about quality loss. Educators and historians can use them to teach future generations about the impact of art during wartime. A Tribute to the Unsung Heroes The artists of World War II aren’t celebrated enough. They weren’t on the front lines, but their work was essential to the war effort. Their art motivated millions, even when hope seemed hard to find. These artists helped ensure that the nation stayed unified and determined. They deserve a place in history alongside the soldiers, and that’s what we hope to achieve with this project. What’s Next? Over the next few months, we’ll dive deeper into the stories of these incredible artists. We’ll write about their contributions to the war effort, their creative techniques, and the lasting impact of their work. Our articles will not just highlight the posters, but the people behind them. We’ll explore how they used their art to change the course of history. At The Vector Graphic Store, we’re committed to making this project available to everyone. Every file will be free to download, with no attribution required. This is our way of honoring the artists of World War II and ensuring their legacy lives on. Conclusion: Honoring the Artistic Visionaries of World War II The artists who created wartime propaganda posters carried a heavy burden. They used their creativity to keep the public informed, motivated, and inspired. Through this project, we aim to give their work the recognition it deserves. By converting and restoring these posters, we’re not only preserving history—we’re making it accessible for everyone. This project is more than just a restoration effort; it’s a tribute to the unsung heroes who shaped history through their art. We invite you to join us on this journey, and together, we’ll honor the creative visionaries who helped win the war. Read the full article
0 notes
thebourisbox · 2 years ago
Text
Claude 2 released
See on Scoop.it - Design, Science and Technology
Claude.ai is pleased to announce Claude 2, their newest model, which can be accessed via API as well as a new public-facing beta website at claude.ai.
  They have been iterating to improve the underlying safety of Claude 2, so that it is more harmless and harder to prompt to produce offensive or dangerous output. The programmers have an internal red-teaming evaluation that scores our models on a large representative set of harmful prompts, using an automated test while we also regularly check the results manually. In this evaluation, Claude 2 was 2x better at giving harmless responses compared to Claude 1.3. Although no model is immune from jailbreaks, a variety of safety techniques (which you can read about here and here) have been employed, as well as extensive red-teaming, to improve its outputs.
  Claude 2 is generally available in the US and UK. Claude.ai is working to make Claude more globally available in the coming months. Interested users can now create an account and start talking to Claude in natural language, asking it for help with any tasks. Talking to an AI assistant can take some trial and error, so read up on our tips to get the most out of Claude.
  Claude.ai is also currently working with thousands of businesses who are using the Claude API. One of the partners is Jasper, a generative AI platform that enables individuals and teams to scale their content strategies. They found that Claude 2 was able to go head to head with other state of the art models for a wide variety of use cases, but has particular strength for long form low latency uses. "We are really happy to be among the first to offer Claude 2 to our customers, bringing enhanced semantics, up-to-date knowledge training, improved reasoning for complex prompts, and the ability to effortlessly remix existing content with a 3X larger context window," said Greg Larson, VP of Engineering at Jasper. "We are proud to help our customers stay ahead of the curve through partnerships like this one with Anthropic."
  Sourcegraph is a code AI platform that helps customers write, fix, and maintain code. Their coding assistant Cody uses Claude 2’s improved reasoning ability to give even more accurate answers to user queries while also passing along more codebase context with up to 100K context windows. In addition, Claude 2 was trained on more recent data, meaning it has knowledge of newer frameworks and libraries for Cody to pull from. “When it comes to AI coding, devs need fast and reliable access to context about their unique codebase and a powerful LLM with a large context window and strong general reasoning capabilities,” says Quinn Slack, CEO & Co-founder of Sourcegraph. “The slowest and most frustrating parts of the dev workflow are becoming faster and more enjoyable. Thanks to Claude 2, Cody’s helping more devs build more software that pushes the world forward.”
  The programmers at Claude.ai welcome user feedback as they work to responsibly deploy Claude more broadly. The chat experience is an open beta launch, and users should be aware that Claude – like all current models – can generate inappropriate responses. AI assistants are most useful in everyday situations, like serving to summarize or organize information, and should not be used where physical or mental health and well-being are involved. Please let the people at Claude.ai know if you would like to talk to Claude in a currently unsupported area, or if you are a business who would like to start working with Claude.
  After working for the past few months with key partners like Notion, Quora, and DuckDuckGo in a closed alpha, Claude.ai has been able to carefully test out our systems in the wild, and are ready to offer Claude more broadly so it can power crucial, cutting-edge use cases at scale.
  Claude is a next-generation AI assistant based on Anthropic’s research into training helpful, honest, and harmless AI systems. Accessible through chat interface and API in a developer console, Claude is capable of a wide variety of conversational and text processing tasks while maintaining a high degree of reliability and predictability.
Read the full article at: www.anthropic.com
0 notes
hackernewsrobot · 2 years ago
Text
Sourcegraph is no longer Open Source
https://github.com/sourcegraph/sourcegraph/blob/main/CHANGELOG.md
0 notes
computingpostcom · 3 years ago
Text
This guide is for installing Sourcegraph on Ubuntu 22.04|20.04|18.04|16.04. Sourcegraph is a fast, open-source, fully-featured code search and navigation engine. Sourcegraph is used in indexing millions of open source repositories across several code hosts. Being open source solution means you can install it now and start using it. Features of Sourcegraph Sourcegraph has the following features: Fast global code search with a hybrid backend that combines a trigram index with in-memory streaming Code intelligence for many languages via the Language Server Protocol Enhances GitHub, GitLab, Phabricator, and other code hosts and code review tools via the Sourcegraph browser extension Integration with third-party developer tools via the Sourcegraph Extension API Install Sourcegraph code search tool on Ubuntu 22.04|20.04|18.04|16.04 There are two ways to run Sourcegraph on Ubuntu Linux system Running Sourcegraph in Docker Installing Sourcegraph on your local system The method we’ll use in this guide is running Sourcegraph in Docker, which is the easiest and recommended. Step 1: Install Docker Engine You need Docker Engine installed and running on your system, use our Docker installation guide Install Docker CE on Ubuntu / Debian / Fedora / Arch / CentOS After installation of Docker CE, add user to docker group: sudo usermod -aG docker $USER newgrp docker You can check the installed version of Docker using the command: $ docker version Client: Docker Engine - Community Version: 20.10.12 API version: 1.41 Go version: go1.16.12 Git commit: e91ed57 Built: Mon Dec 13 11:45:33 2021 OS/Arch: linux/amd64 Context: default Experimental: true Server: Docker Engine - Community Engine: Version: 20.10.12 API version: 1.41 (minimum version 1.12) Go version: go1.16.12 Git commit: 459d0df Built: Mon Dec 13 11:43:42 2021 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.4.12 GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d runc: Version: 1.0.2 GitCommit: v1.0.2-0-g52b36a2 docker-init: Version: 0.19.0 GitCommit: de40ad0 Step 2: Start Sourcegraph container Once Docker is running, you can start Sourcegraph  container by executing commands below on your terminal. Use the commands below to run an instance of Sourcegraph locally using Docker. The Sourcegraph image tags can be checked from Docker hub. docker run -d --name sourcegraph \ --publish 7080:7080 \ --publish 127.0.0.1:3370:3370 \ --rm \ --volume ~/.sourcegraph/config:/etc/sourcegraph \ --volume ~/.sourcegraph/data:/var/opt/sourcegraph \ sourcegraph/server:3.36.3 List running containers: $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 00a7f61363df sourcegraph/server:3.36.3 "/sbin/tini -- /usr/…" 2 seconds ago Up 2 seconds 127.0.0.1:3370->3370/tcp, 0.0.0.0:7080->7080/tcp, :::7080->7080/tcp sourcegraph Manage Sourcegraph with Systemd ( recommended) It is possible to manage sourcegraph docker container with systemd. First delete the container running: $ docker rm -f sourcegraph sourcegraph $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES Create a service unit file under: sudo vim /etc/systemd/system/sourcegraph.service Add the following contents: [Unit] Description=Sourcegraph code search and navigation engine Documentation=https://about.sourcegraph.com/docs After=network-online.target Wants=network-online.target [Service] Restart=on-failure TimeoutStartSec=5 ExecStartPre=-/usr/bin/docker kill sourcegraph ExecStartPre=-/usr/bin/docker rm sourcegraph ExecStart=/usr/bin/docker run \
--name sourcegraph \ -p 7080:7080 \ -p 127.0.0.1:3370:3370 \ -v /var/sourcegraph/config:/etc/sourcegraph \ -v /var/sourcegraph/data:/var/opt/sourcegraph \ -v /var/run/docker.sock:/var/run/docker.sock \ sourcegraph/server:3.36.3 ExecStop=-/usr/bin/docker kill sourcegraph ExecStop=-/usr/bin/docker rm sourcegraph Docker options used: --name sourcegraph: Name of the container  -p 7080:7080 : Map port 7080 on the host to port 7080 on the container -v /var/sourcegraph/config:/etc/sourcegraph: Volume mapping for storing Sourcegraph configurations files -v /var/sourcegraph/data:/etc/sourcegraph: Volume mapping for storing Sourcegraph data – PostgreSQL, redis and repository data. Start and run service: sudo systemctl daemon-reload sudo systemctl start sourcegraph.service Confirm status: $ systemctl status sourcegraph.service ● sourcegraph.service - Sourcegraph code search and navigation engine Loaded: loaded (/etc/systemd/system/sourcegraph.service; static; vendor preset: enabled) Active: active (running) since Fri 2022-02-04 09:57:59 UTC; 8s ago Docs: https://about.sourcegraph.com/docs Process: 86961 ExecStartPre=/usr/bin/docker kill sourcegraph (code=exited, status=1/FAILURE) Process: 86982 ExecStartPre=/usr/bin/docker rm sourcegraph (code=exited, status=1/FAILURE) Main PID: 86989 (docker) Tasks: 7 (limit: 4677) Memory: 16.5M CGroup: /system.slice/sourcegraph.service └─86989 /usr/bin/docker run --name sourcegraph -p 7080:7080 -p 127.0.0.1:3370:3370 -v /var/sourcegraph/config:/etc/sourcegraph -v /var/sourcegraph/data:/var/opt/sourcegraph -v /var/r> Feb 04 09:58:03 ubuntu-20-04-01 docker[86989]: 09:58:03 frontend |         ┌╦╪╪╪╪╪╪╪╪╪╪╪╝╙╬╬╬╬╬╬╬╬╬╬       └╙╩╬╪╪╝╜ Feb 04 09:58:03 ubuntu-20-04-01 docker[86989]: 09:58:03 frontend |        ╦╪╪╪╪╪╪╪╪╪╪╪╪┘  ╠╬╬╬╬╬╬╬╬╬╬ Feb 04 09:58:03 ubuntu-20-04-01 docker[86989]: 09:58:03 frontend |       ╬╪╪╪╪╪╪╪╪╪╪╪┘     ╬╬╬╬╬╬╬╬╬╬┐ Feb 04 09:58:03 ubuntu-20-04-01 docker[86989]: 09:58:03 frontend |       ╙╪╪╪╪╪╪╪╪╪╜       ╘╬╬╬╬╬╬╬╬╬╬ Feb 04 09:58:03 ubuntu-20-04-01 docker[86989]: 09:58:03 frontend |        └╩╪╪╪╪╝╙          ╬╬╬╬╬╬╬╬╬╬╕ Feb 04 09:58:03 ubuntu-20-04-01 docker[86989]: 09:58:03 frontend |                          └╬╬╬╬╬╬╬╬╬╛ Feb 04 09:58:03 ubuntu-20-04-01 docker[86989]: 09:58:03 frontend |                            ╩╬╬╬╬╬╬┘ Feb 04 09:58:03 ubuntu-20-04-01 docker[86989]: 09:58:03 frontend | Feb 04 09:58:03 ubuntu-20-04-01 docker[86989]: 09:58:03 frontend | ✱ Sourcegraph is ready at: http://127.0.0.1:7080 Feb 04 09:58:07 ubuntu-20-04-01 docker[86989]: 09:58:07 frontend | t=2022-02-04T09:58:07+0000 lvl=warn msg="slow http request" method=POST url=/.internal/repos/index code=200 dur> When Sourcegraph is ready, access the web interface by visiting.http://serverip:7080 On first access, you’ll be prompted to create an admin account. Step 3: Add Repositories As an example, we’ll add Github repository to Sourcegraph. For this, you need to create a new Access Token from https://github.com/settings/tokens/new . Give the token a name and access privileges. The repo scope should be enough for Sourcegraph to access and clone the repositories on your Github account. Make sure to copy your new personal access token after creation since you won’t be able to see it again!. Once you have the Github token ID, Login to Sourcegraph Dashboard and navigate to Admin > Configuration > Add Github.com repositories. Add your token ID under the token quotes section and save the changes. Like: "token": "9bc5a980e443373b9ffd5e46e7dce3cbe863021b" After a short while, your Github repositories should appear under the Repositories section but disabled. Enable these repositories to start searching on them.
You can learn more on how to Add Repositories to Sourcegraph. Refer the Official Documentation for other Configurations and tweaks.
0 notes
voyeg3r · 6 years ago
Link
via Twitter https://twitter.com/voyeg3r
0 notes
unixcommerce · 7 years ago
Text
Popular Design News of the Week: October 1, 2018 – October 7, 2018
Every week users submit a lot of interesting stuff on our sister site Webdesigner News, highlighting great content from around the web that can be of interest to web designers. 
The best way to keep track of all the great stories and news being posted is simply to check out the Webdesigner News site, however, in case you missed some here’s a quick and useful compilation of the most popular designer news that we curated from the past week.
Note that this is only a very small selection of the links that were posted, so don’t miss out and subscribe to our newsletter and follow the site daily for all the news.
Sourcegraph is Now Open Source
  How to Build a Case for a Product Redesign
  Avoiding Zombie Startups
  Site Design: Moment Zero
  Why Mojave’s Dark Mode Isn’t Dark Enough
  6 Types of Clients that End up in Designer’s Hell
  Build an HTML Email Template from Scratch
  Pantone Creates the World’s Most Unignorable Colour
  One Small Step for the Web…
  Stitch – A Simple, Powerful Database to Store your Creative Talent
  Web Design Legends: Where are They Now?
  We Killed the Blog. We Hope You like it
  Solid – A Decentralized Web by Tim Berners Lee, Creator of the WWW
  Google Estimated to Be Paying $9 Billion to Be Safari’s Default Search Engine
  SEO for Startups: A Complete Guide for Startup Founders
  Prototyping Tools in 2018
  What is a Design System Anyway?
  Why We Unfairly Judge Other Designers
  Krita 4.1.3 Released
  How Can You Tell if your App will Be a Success?
  7 Ted Talks Every Designer Should Watch
  140+ Free Beautiful Script Fonts for Designers in 2018
  The Surprisingly Dark History of the Color Pink
  Welcome to Inside Design
  Is it Really Possible to Use the Internet Privately?
  Want more? No problem! Keep track of top design news from around the web with Webdesigner News.
Add Realistic Chalk and Sketch Lettering Effects with Sketch’it – only $5!
Source p img {display:inline-block; margin-right:10px;} .alignleft {float:left;} p.showcase {clear:both;} body#browserfriendly p, body#podcast p, div#emailbody p{margin:0;}
https://www.webdesignerdepot.com
The post Popular Design News of the Week: October 1, 2018 – October 7, 2018 appeared first on Unix Commerce.
from WordPress https://ift.tt/2IN2wWB via IFTTT
0 notes
hackernewsrobot · 2 years ago
Text
Open Sourcing Cody – Sourcegraph's AI-enabled editor assistant
https://about.sourcegraph.com/blog/open-sourcing-cody Comments
0 notes
superfreakinlonely · 7 years ago
Link
Sourcegraph is now open source 591 by aranw
0 notes
toddbirchard-architect · 7 years ago
Photo
Tumblr media
Sourcegraph is now open source
Received 591 points
See story
0 notes
anthrfrmt · 7 years ago
Photo
Tumblr media
Sourcegraph is now open source https://ift.tt/2zNwCX4
0 notes
pcstorenearme · 7 years ago
Text
Four short links: 2 October 2018
Four short links: 2 October 2018
Four short links
MicroMDM — open source mobile device management system (IT department lingo for “rootkit”) for Apple devices.
Sourcegraph Open Sourced — Code search and intelligence, self-hosted and scalable.
Dafny — a verification-aware programming language. Verification (proving software correct) is a critical research area for the future of software, imho.
The Economics of Superstars — The…
View On WordPress
0 notes
repmywind02199 · 7 years ago
Text
Four short links: 2 October 2018
Four short links: 2 October 2018
Apple MDM, Source Explorer, Verification-Aware Programming, and Superstar Economics
MicroMDM -- open source mobile device management system (IT department lingo for "rootkit") for Apple devices.
Sourcegraph Open Sourced -- Code search and intelligence, self-hosted and scalable.
Dafny -- a verification-aware programming language. Verification (proving software correct) is a critical research area for the future of software, imho.
The Economics of Superstars -- The key difference between this technology and public goods is that property rights are legally assigned to the seller: there are no issues of free riding due to nonexclusion; customers are excluded if they are unwilling to pay the appropriate admission fee. The implied scale economy of joint consumption allows relatively few sellers to service the entire market. And fewer are needed to serve it the more capable they are. When the joint consumption technology and imperfect substitution features of preferences are combined, the possibility for talented persons to command both very large markets and very large incomes is apparent. (via Hacker News)
Continue reading Four short links: 2 October 2018.
https://ift.tt/2NVXs7P
0 notes
csemntwinl3x0a1 · 7 years ago
Text
Four short links: 2 October 2018
Four short links: 2 October 2018
Four short links: 2 October 2018
Apple MDM, Source Explorer, Verification-Aware Programming, and Superstar Economics
MicroMDM — open source mobile device management system (IT department lingo for “rootkit”) for Apple devices.
Sourcegraph Open Sourced — Code search and intelligence, self-hosted and scalable.
Dafny — a verification-aware programming language.Verification (proving software…
View On WordPress
0 notes
eraofthetechedutk-blog · 8 years ago
Text
Not Open, Not Closed: The Future of Hybrid Licenses
Very few recollect that it, in light of the fact that the innovation business tends to concentrate on its future to the detriment of its past, yet to start with programming was free. In both faculties of the word free; it was accessible at no cost, and the source commonly came without confinements. One of the soonest client bunches SHARE, established in 1955, kept up a library, actually, of clients' patches, fixes and increments to the source code of the IBM centralized computer like a proto-GitHub. The adjustments SHARE kept up were sufficiently broad, truth be told, that in 1959 SHARE discharged its own working framework – what we would today allude to as an appropriation, the SHARE Operating System (SOS) – for IBM 709 equipment.
IBM made accessible the product at no cost and in source code frame on the grounds that for the organization around then, the product was not the item, the equipment was. It wasn't until June 1969 that IBM declared, potentially because of a hostile to trust suit recorded by the United State Justice Department in January of that year, that it would "unbundle" its product and equipment. Hypothetically this would open the equipment stage to market rivalry, however the symptom was that IBM started charging for the product it had once shared for nothing. The reaction of this symptom, ostensibly, was the production of the product business as we probably am aware it today.
In a touch of verifiable incongruity, the organization that made the product business missed by a wide margin its most lucrative market opportunity, the open door that Microsoft saw. This was the possibility that product had esteem, as well as because of equipment commoditization, the potential for much more incentive than the equipment it kept running on. As has been recorded here and somewhere else, Microsoft rode programming to exceptional statures, and in doing as such introduced another model for programming, one that was rationally at the inverse end of the range from its causes.
From its beginnings as a uninhibitedly accessible and no cost great, the new standard was to secure source code by dispersing it just in twofold shape and for benefit. The last model was prevailing for quite a long time, yet the old ways were always remembered, exactly. While SHARE's capacity to create its own particular kind of IBM's working framework may have been dispensed with, the circulated improvement display that made it conceivable inevitably advanced and propelled what today we basically call open source.
Where the exclusive model was once ascendant over something that looked a considerable measure like open source, in the present day it is open source not restrictive that is the default – in the subset that is foundation programming, at any rate.
Which is a result celebrated by millions in the innovation business, since more open source programming implies greater ability and less erosion for designers. Be that as it may, for all that the arrival of open source is respected, the industry is to some degree as yet thinking about one extremely fundamental question: where does the cash originated from?
In the good 'ol days, recall, programming was financed by equipment. Offers of the last paid for improvement of the previous. In the model that took after, programming paid for itself: programming creators made an item, and that item was showcased and sold on an independent premise. This was conceivable in extensive part since programming sellers were at no time in the future contending with free: by not making the source accessible, they guaranteed a part as the single purpose of get to. This was and is the model that creates Microsoft several billions of dollars every year for two programming resources in Office and Windows, otherwise called the two best programming items ever.
With restrictive programming influenced and offering ground to open source rivalry, be that as it may, the procedure for offering programming has turned out to be all the more difficult. It is conceivable, obviously, to adapt open source programming specifically. An assortment of systems have been attempted, from double permitting to support and administration to open center. It is wasteful and altogether less productive than offering restrictive programming was, be that as it may. Indeed, even the best in the business depended intensely on volume to compensate for the trouble in changing over clients of free programming to paid clients. MySQL, for instance, purportedly was at its pinnacle ready to change over one in a thousand clients to a paid item. Consolidated with for the most part lower edges (however Pivotal may deviate) because of expanded rivalry from other open source tasks, and it's not hard to comprehend why it's harder for business associations to concentrate income in respect to exclusive contenders. Red Hat, then, is the special case that demonstrates the run the show.
Be that as it may, if it's valid, as Cloudera's Mike Olson has stated, "you can't manufacture an effective remain solitary organization simply on open source," why open source the product by any means? For those that do, he has an answer, "You can never again win with a shut source stage."
You can't win without open source, as it were, yet you can't win with it either. How is programming going to be created then? What sort of model adjusts the expenses and advantages of both the open and restrictive models in such a form, to the point that purchaser, engineer and merchant are altogether fulfilled?
From a market point of view, the unmistakable answer is open source programming conveyed as an administration. Rather than endeavoring to offer open source programming as an independent element, you couple it with a stage and offer the two together. Consider a couple of the points of interest:
It can be hard to constrain designers or purchasers to pay for programming they can acquire for nothing. It is comprehended, by examination, that that same programming facilitated won't be free.
Gone are misalignments of client and seller needs. The conundrum of being entrusted with conveying a quality item while determining at times 100% of income from support of it, the strain between consistent conveyance and withholding components to incent updates, all are wiped out in administration organizations. In a SaaS business, you're essentially paid to run the product and convey ever better forms of it.
Engineers or the clients they work for can even now download and run a given open source extend all alone on the off chance that they pick, however progressively are compelled to deliver inquiries in the matter of whether they'll have the capacity to work it too in house as the general population who assembled it.
Not that the situation for administrations is construct entirely in light of hypothesis. The accessible market prove proposes that open source offered in an administration setting is progressively the essential decision for development. Organizations are procuring OSS-aaS (e.g. IBM with Cloudant and Compose) or creating it inside (e.g. MongoDB and Atlas), and purchasers are expending it at a quickening rate. PostgreSQL owes a lot of its current resurgence to selection by AWS, Heroku and of late, Google, while the MySQL-perfect however restrictive Aurora item is the quickest developing administration in Amazon's history.
As flawlessly as administration based open source offerings close escape clauses and disentangle client transformation, in any case, they speak to a model that can be less inviting for new businesses, especially little ones. Maintaining a SaaS business is both more costly and more difficult to oversee than simply composing and offering programming. For some business open source associations, a facilitated administration is for reasons genuine or envisioned not at present seen as a choice.
Which takes us back to licenses.
Business open source associations today confront huge difficulties. From one viewpoint, open source itself is at no time in the future seen as a hindrance to selection; on the off chance that anything, the inverse has a tendency to be valid. Be that as it may, it is troublesome for such associations to transform clients into clients, as it has dependably been, and the aggressive scene is essentially more swarmed than it has been in years past. Uncontrolled discontinuity has prompted essentially more decision arriving all the more rapidly, and new models, for example, the beforehand talked about cloud offerings are choices that didn't exist 10 years back.
It ought to maybe shock no one then that we're seeing associations look to new authorizing systems as a methods for tending to inquiries of income.
While the historical backdrop of programming income models is rich in its assortment, today most programming is precisely delegated having a place with one of two classes: open source or restrictive. Free programming supporters would likely disagree with being incorporated into the open source basin, and to be sure that superset incorporates a huge number of methodologies – a large number of which are profoundly unmistakable from each other. For our motivations here, it's sufficient to perceive that most programming is discharged under either an exclusive permit or an open source permit that meets the terms of the OSI's Open Source Definition.
On the off chance that Cockroach Labs, MariaDB or Sourcegraph have their direction, in any case, we may need to add a third class to the rundown.
This classification is not new; it gets intensely from shareware (and crippleware, trialware, and so forth) models that went before it, and comparative endeavors have been skimmed intermittently. The model is unmistakably not a customary exclusive approach, in light of the fact that the source code is made accessible. Neither would it be able to be viewed as open source, in any case, since it doesn't meet the terms of the OSI's meaning of that term. The most astounding profile cases in this class are Sourcegraph's Fair Source License (discharged March 2016), MariaDB's Business Source License (August 2016) and Cockroach's Community License (January 2017).
While these three licenses contrast in their usage points of interest, they are all basically attempting to address a similar need: adjusting the accessibility of code that describes open source with the need to adapt the product to proceed with its advancement. Which is, obviously, an organization's privilege. The individuals who compose the product get the opportunity to settle on the terms under which they make it accessible.
The question is not whether they have the privilege to utilize these neither open nor shut licenses, yet rather if it's a decent key choice. While licenses are a
0 notes
hackernewsrobot · 7 years ago
Text
Sourcegraph is now open source
https://about.sourcegraph.com/blog/sourcegraph-is-now-open-source Comments
0 notes
repmywind02199 · 7 years ago
Text
Four short links: 2 October 2018
Four short links: 2 October 2018
Four short links: 2 October 2018
Apple MDM, Source Explorer, Verification-Aware Programming, and Superstar Economics
MicroMDM — open source mobile device management system (IT department lingo for “rootkit”) for Apple devices.
Sourcegraph Open Sourced — Code search and intelligence, self-hosted and scalable.
Dafny — a verification-aware programming language.Verification (proving software…
View On WordPress
0 notes